commit | cfce08c6bdfb20ade979284e55001ca1f100ed51 | [log] [tgz] |
---|---|---|
author | Christian Pulvermacher <pulvermacher@gmx.de> | Tue Mar 23 11:51:38 2010 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Mon Apr 19 14:42:09 2010 -0500 |
tree | 598510daaec037baf1088533cd366b5f37c05a1c | |
parent | 3a60a1686f0d51c99bd0df8ac93050fb6dfce647 [diff] |
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 <pulvermacher@gmx.de> Cc: stable@kernel.org Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>