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:
ec1890c
)
[CIFS] Make CONFIG_CIFS_EXPERIMENTAL depend on CONFIG_EXPERIMENTAL
author
Steve French
<sfrench@us.ibm.com>
Wed, 2 Nov 2005 19:37:15 +0000
(11:37 -0800)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 2 Nov 2005 19:37:15 +0000
(11:37 -0800)
It seems logical.
Note that CONFIG_EXPERIMENTAL itself doesn't enable any code.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index 01a295232f75dcd53ab1d5a4998e35b92fc47205..c9c4108469c33c83939dc42e8741407f86ab391c 100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-1639,7
+1639,7
@@
config CIFS_POSIX
config CIFS_EXPERIMENTAL
bool "CIFS Experimental Features (EXPERIMENTAL)"
- depends on CIFS
+ depends on CIFS
&& EXPERIMENTAL
help
Enables cifs features under testing. These features
are highly experimental. If unsure, say N.