diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-06-06 12:58:16 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-06-06 12:58:16 -0400 |
commit | 243e2dd38e1b322b29a1714034cc60b84d3d5e07 (patch) | |
tree | f459f208b78dd6ccb73ccd7f35dd4f0a0f1bc24a /fs/cifs | |
parent | 957df4535d06a8e009101239937ca5e50a6218c6 (diff) |
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/cifs')
-rw-r--r-- | fs/cifs/Kconfig | 2 |
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 | |||
149 | 149 | ||
150 | config CIFS_ACL | 150 | config CIFS_ACL |
151 | bool "Provide CIFS ACL support (EXPERIMENTAL)" | 151 | bool "Provide CIFS ACL support (EXPERIMENTAL)" |
152 | depends on EXPERIMENTAL && CIFS_XATTR | 152 | depends on EXPERIMENTAL && CIFS_XATTR && KEYS |
153 | help | 153 | help |
154 | Allows to fetch CIFS/NTFS ACL from the server. The DACL blob | 154 | Allows to fetch CIFS/NTFS ACL from the server. The DACL blob |
155 | is handed over to the application/caller. | 155 | is handed over to the application/caller. |