projects
/
unionfs-3.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe5fd6
)
Unionfs: define some debug macros to noop if DEBUG is off
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 6 Sep 2011 05:05:42 +0000
(
01:05
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 23 Nov 2013 01:09:21 +0000
(20:09 -0500)
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 07f6c2fdbd6c260a82e9e8c6307d4ecbf209e5f3..8e7fcfba7b5d6315f35ca60e34f8b5b410ee6518 100644
(file)
--- a/
fs/unionfs/union.h
+++ b/
fs/unionfs/union.h
@@
-674,6
+674,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 */