projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
957df45
)
CIFS ACL support needs CONFIG_KEYS, so depend on it
author
Darren Salt
<linux@youmustbejoking.demon.co.uk>
Mon, 6 Jun 2011 16:58:16 +0000
(16:58 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Mon, 6 Jun 2011 16:58:16 +0000
(16:58 +0000)
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>
fs/cifs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/Kconfig
b/fs/cifs/Kconfig
index 66c68ab9e7df7e46cc0a970a5223fa6c079bf8b8..53ed1ad2c112808ea27c92dce5fff5ebefad8651 100644
(file)
--- 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.