summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorDarren Salt2011-06-06 18:58:16 +0200
committerSteve French2011-06-06 18:58:16 +0200
commit243e2dd38e1b322b29a1714034cc60b84d3d5e07 (patch)
treef459f208b78dd6ccb73ccd7f35dd4f0a0f1bc24a /fs
parentpossible memory corruption in cifs_parse_mount_options() (diff)
downloadkernel-qcow2-linux-243e2dd38e1b322b29a1714034cc60b84d3d5e07.tar.gz
kernel-qcow2-linux-243e2dd38e1b322b29a1714034cc60b84d3d5e07.tar.xz
kernel-qcow2-linux-243e2dd38e1b322b29a1714034cc60b84d3d5e07.zip
CIFS ACL support needs CONFIG_KEYS, so depend on it
Build fails if CONFIG_KEYS is not selected. Signed-off-by: Darren Salt <linux@youmustbejoking.demon.co.uk> Reviewed-by: Shirish Pargaonkar <shirishp@us.ibm.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index 66c68ab9e7df..53ed1ad2c112 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -149,7 +149,7 @@ config CIFS_FSCACHE
config CIFS_ACL
bool "Provide CIFS ACL support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && CIFS_XATTR
+ depends on EXPERIMENTAL && CIFS_XATTR && KEYS
help
Allows to fetch CIFS/NTFS ACL from the server. The DACL blob
is handed over to the application/caller.