[linux-cifs-client] Re: [PATCH] CONFIG_CIFS_DEBUG2 needs CONFIG_CIFS

Steven French sfrench at us.ibm.com
Sat Jul 8 02:25:44 GMT 2006


Yes - seems like you are right.

I just made this change in my tree but it could be more than a week before 
I push it upstream.


Steve French
Senior Software Engineer
Linux Technology Center - IBM Austin
phone: 512-838-2294
email: sfrench at-sign us dot ibm dot com



Horms <horms at verge.net.au> 
07/03/2006 06:58 AM

To
Steve French <sfrench at samba.org>
cc
linux-cifs-client at lists.samba.org, samba-technical at lists.samba.org
Subject
[PATCH] CONFIG_CIFS_DEBUG2 needs CONFIG_CIFS






Unless I am very much mistaken CONFIG_CIFS_DEBUG2 only exists in files 
that are
compiled when CONFIG_CIFS is in effect. By depending on CIFS,
CIFS_DEBUG2 won't show up in config files that are otherwise CIFS-free.

Signed-Off-By: Horms <horms at verge.net.au>

diff --git a/fs/Kconfig b/fs/Kconfig
index 53f5c6d..3f00a9f 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




More information about the linux-cifs-client mailing list