diff options
author | Steve French <sfrench@us.ibm.com> | 2006-07-08 02:17:40 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-07-08 02:17:40 +0000 |
commit | 8ba10ab128e88bfbe58f7164543827ef3c3a2c88 (patch) | |
tree | ffb83e3b72ba094a59abdbd138d6ba52c158e767 | |
parent | f17a2686b11453680e9662ef8bdc8d948d0dce18 (diff) | |
download | linux-3.10-8ba10ab128e88bfbe58f7164543827ef3c3a2c88.tar.gz linux-3.10-8ba10ab128e88bfbe58f7164543827ef3c3a2c88.tar.bz2 linux-3.10-8ba10ab128e88bfbe58f7164543827ef3c3a2c88.zip |
[CIFS] CIFS_DEBUG2 depends on CIFS
Signed-off-by: Steve French <sfrench@us.ibm.com>
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 00aa3d5c5a8..7db05742a92 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1791,6 +1791,7 @@ config CIFS_POSIX config CIFS_DEBUG2 bool "Enable additional CIFS debugging routines" + depends on CIFS help Enabling this option adds a few more debugging routines to the cifs code which slightly increases the size of |