Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339477
b: refs/heads/master
c: 471b1f9
h: refs/heads/master
i:
  339475: 5b59ad8
v: v3
  • Loading branch information
Joe Perches authored and Steve French committed Dec 5, 2012
1 parent b1e230c commit b26f903
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bde98197310fd085ee4bb00ab310abcbe55b0664
refs/heads/master: 471b1f98719a8e8f34f3a696d488e50754f8cf73
10 changes: 9 additions & 1 deletion trunk/fs/cifs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,17 @@ config CIFS_ACL
Allows fetching CIFS/NTFS ACL from the server. The DACL blob
is handed over to the application/caller.

config CIFS_DEBUG
bool "Enable CIFS debugging routines"
default y
depends on CIFS
help
Enabling this option adds helpful debugging messages to
the cifs code which increases the size of the cifs module.
If unsure, say Y.
config CIFS_DEBUG2
bool "Enable additional CIFS debugging routines"
depends on CIFS
depends on CIFS_DEBUG
help
Enabling this option adds a few more debugging routines
to the cifs code which slightly increases the size of
Expand Down
3 changes: 1 addition & 2 deletions trunk/fs/cifs/cifs_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#define CIFS_DEBUG /* BB temporary */

#ifndef _H_CIFS_DEBUG
#define _H_CIFS_DEBUG
Expand All @@ -44,7 +43,7 @@ extern int cifsERROR;
* debug ON
* --------
*/
#ifdef CIFS_DEBUG
#ifdef CONFIG_CIFS_DEBUG

/* information message: e.g., configuration, major event */
#define cifsfyi(fmt, ...) \
Expand Down

0 comments on commit b26f903

Please sign in to comment.