diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-13 16:38:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-13 16:38:58 -0700 |
commit | 0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2 (patch) | |
tree | 5a9f4f813bda6aeb32715fa8f5d3dc8172605795 /fs | |
parent | 300c215acd2462223a6595d3562dad67d0e10afd (diff) | |
parent | 8ba10ab128e88bfbe58f7164543827ef3c3a2c88 (diff) | |
download | linux-0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2.tar.gz linux-0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2.tar.bz2 linux-0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
[CIFS] CIFS_DEBUG2 depends on CIFS
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 53f5c6d61121..3f00a9faabcb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1801,6 +1801,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 |