projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dae49a
)
[CIFS] Correct keys dependency for cifs kerberos support
author
Steve French
<sfrench@us.ibm.com>
Tue, 26 Aug 2008 18:22:50 +0000
(18:22 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Tue, 26 Aug 2008 18:22:50 +0000
(18:22 +0000)
Must also depend on CIFS ...
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index f0427105a619211fcf0f626f16e76d9263ad691a..3fab3901e0ef7e6b714c007a5b6aff0d34f317ad 100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-1984,7
+1984,7
@@
config CIFS_EXPERIMENTAL
config CIFS_UPCALL
bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
- depends on KEYS
+ depends on
CIFS &&
KEYS
help
Enables an upcall mechanism for CIFS which accesses
userspace helper utilities to provide SPNEGO packaged (RFC 4178)