projects
/
unionfs-2.6.37.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c57ad8
)
Unionfs: define some debug macros to noop if DEBUG is off
author
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 5 Sep 2011 22:33:27 +0000
(18:33 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 5 Sep 2011 22:33:27 +0000
(18:33 -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 e85cd0055574cb84042a88eacf303bd8c2492702..9397f406dba98b5ca8b70a3a3ea8352b5c2a0473 100644
(file)
--- a/
fs/unionfs/union.h
+++ b/
fs/unionfs/union.h
@@
-663,6
+663,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 */