diff options
author | Latchesar Ionkov <lucho@ionkov.net> | 2006-03-25 03:07:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 08:22:54 -0800 |
commit | 5174fdab9f58181249debab6e959ae4fd4abd0ed (patch) | |
tree | d5922acd425ffd35421dfe5ba17c5fb801888483 /fs/9p/debug.h | |
parent | 4a26c2429b8c1ab2be140a4b29aaf16d4dcd8f92 (diff) |
[PATCH] v9fs: print 9p messages
Print 9p messages.
Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/9p/debug.h')
-rw-r--r-- | fs/9p/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/debug.h b/fs/9p/debug.h index fe551032788b..ff54a7b0b232 100644 --- a/fs/9p/debug.h +++ b/fs/9p/debug.h @@ -30,6 +30,7 @@ #define DEBUG_MUX (1<<5) #define DEBUG_TRANS (1<<6) #define DEBUG_SLABS (1<<7) +#define DEBUG_FCALL (1<<8) #define DEBUG_DUMP_PKT 0 |