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/Kconfig | |
parent | 300c215acd2462223a6595d3562dad67d0e10afd (diff) | |
parent | 8ba10ab128e88bfbe58f7164543827ef3c3a2c88 (diff) | |
download | op-kernel-dev-0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2.zip op-kernel-dev-0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2.tar.gz |
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/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |