From: Christian Pulvermacher Date: Tue, 23 Mar 2010 16:51:38 +0000 (-0500) Subject: ecryptfs: fix error code for missing xattrs in lower fs X-Git-Tag: v2.6.34-rc5~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfce08c6bdfb20ade979284e55001ca1f100ed51;p=pandora-kernel.git ecryptfs: fix error code for missing xattrs in lower fs If the lower file system driver has extended attributes disabled, ecryptfs' own access functions return -ENOSYS instead of -EOPNOTSUPP. This breaks execution of programs in the ecryptfs mount, since the kernel expects the latter error when checking for security capabilities in xattrs. Signed-off-by: Christian Pulvermacher Cc: stable@kernel.org Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed