projects
/
unionfs-2.6.28.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2510a
)
Unionfs: define some debug macros to noop if DEBUG is off
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 01:39:35 +0000
(21:39 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 01:39:35 +0000
(21:39 -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 d7e27ff42977beb2a8399ff577b0a0149bbc9db8..d970aa7f9e1283ece2d2c64048b2b5add348b6db 100644
(file)
--- a/
fs/unionfs/union.h
+++ b/
fs/unionfs/union.h
@@
-653,6
+653,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 */