diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-21 19:05:55 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-21 19:05:55 +0100 |
commit | 0d25971d7c969debf76f9fab6d6b37cb62408f55 (patch) | |
tree | 89e6b432d4e8c84d59b4738e5bc1c47a2402adf2 /fs/jffs2/debug.h | |
parent | 615191bb1dfc6980e7c7a85225444d860d74b343 (diff) | |
parent | ca89a517fa577e6f26621463d3aa4f3c3d530b1e (diff) |
Merge git://git.infradead.org/jffs2-devel-2.6
Diffstat (limited to 'fs/jffs2/debug.h')
-rw-r--r-- | fs/jffs2/debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/jffs2/debug.h b/fs/jffs2/debug.h index 162af6dfe29..5fa494a792b 100644 --- a/fs/jffs2/debug.h +++ b/fs/jffs2/debug.h @@ -171,6 +171,12 @@ #define dbg_memalloc(fmt, ...) #endif +/* Watch the XATTR subsystem */ +#ifdef JFFS2_DBG_XATTR_MESSAGES +#define dbg_xattr(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) +#else +#define dbg_xattr(fmt, ...) +#endif /* "Sanity" checks */ void |