diff options
Diffstat (limited to 'fs/9p/debug.h')
-rw-r--r-- | fs/9p/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/9p/debug.h b/fs/9p/debug.h index fe551032788b..4228c0bb3c32 100644 --- a/fs/9p/debug.h +++ b/fs/9p/debug.h | |||
@@ -5,9 +5,8 @@ | |||
5 | * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> | 5 | * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License version 2 |
9 | * the Free Software Foundation; either version 2 of the License, or | 9 | * as published by the Free Software Foundation. |
10 | * (at your option) any later version. | ||
11 | * | 10 | * |
12 | * This program is distributed in the hope that it will be useful, | 11 | * This program is distributed in the hope that it will be useful, |
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
@@ -30,6 +29,7 @@ | |||
30 | #define DEBUG_MUX (1<<5) | 29 | #define DEBUG_MUX (1<<5) |
31 | #define DEBUG_TRANS (1<<6) | 30 | #define DEBUG_TRANS (1<<6) |
32 | #define DEBUG_SLABS (1<<7) | 31 | #define DEBUG_SLABS (1<<7) |
32 | #define DEBUG_FCALL (1<<8) | ||
33 | 33 | ||
34 | #define DEBUG_DUMP_PKT 0 | 34 | #define DEBUG_DUMP_PKT 0 |
35 | 35 | ||