pstore: Fail to unlink if a driver has not defined pstore_erase
authorAruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Tue, 25 Jun 2013 09:03:56 +0000 (14:33 +0530)
committerTony Luck <tony.luck@intel.com>
Tue, 25 Jun 2013 17:04:38 +0000 (10:04 -0700)
commitbf2883339a33b7544b92ea465b90c3de55082032
treeade69be0d8eadfda272ef5c48eb38f448c8731c9
parent26446654584c096e23dbe5a9b3f641edf9190c9d
pstore: Fail to unlink if a driver has not defined pstore_erase

pstore_erase is used to erase the record from the persistent store.
So if a driver has not defined pstore_erase callback return
-EPERM instead of unlinking a file as deleting the file without
erasing its record in persistent store will give a wrong impression
to customers.

Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
fs/pstore/inode.c
This page took 0.025694 seconds and 5 git commands to generate.