projects
/
unionfs-2.6.18.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be08d7e
)
Unionfs: define some debug macros to noop if DEBUG is off
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 01:34:12 +0000
(21:34 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 01:34:12 +0000
(21:34 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/union.h
patch
|
blob
|
history
diff --git
a/fs/unionfs/union.h
b/fs/unionfs/union.h
index 9888ff48f975013c64d1fbb84033c3e8d9cefd09..91cc69aec0e79ea62b69e5e2767801a724bc7118 100644
(file)
--- a/
fs/unionfs/union.h
+++ b/
fs/unionfs/union.h
@@
-655,6
+655,7
@@
extern void __show_inode_counts(const struct inode *inode,
#define show_inode_times(i) do { } while (0)
#define show_dinode_times(d) do { } while (0)
#define show_inode_counts(i) do { } while (0)
+#define UDBG do { } while (0)
#endif /* not CONFIG_UNION_FS_DEBUG */