From: Aruna Balakrishnaiah Date: Tue, 25 Jun 2013 09:03:56 +0000 (+0530) Subject: pstore: Fail to unlink if a driver has not defined pstore_erase X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~34^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2883339a33b7544b92ea465b90c3de55082032;p=pandora-kernel.git 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 Acked-by: Kees Cook Signed-off-by: Tony Luck --- Reading git-diff-tree failed