diff options
Diffstat (limited to 'fs/reiserfs/prints.c')
-rw-r--r-- | fs/reiserfs/prints.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/prints.c b/fs/reiserfs/prints.c index 45de98b59466..c0b1112ab7e3 100644 --- a/fs/reiserfs/prints.c +++ b/fs/reiserfs/prints.c | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | #include <linux/time.h> | 5 | #include <linux/time.h> |
6 | #include <linux/fs.h> | 6 | #include <linux/fs.h> |
7 | #include <linux/reiserfs_fs.h> | 7 | #include "reiserfs.h" |
8 | #include <linux/string.h> | 8 | #include <linux/string.h> |
9 | #include <linux/buffer_head.h> | 9 | #include <linux/buffer_head.h> |
10 | 10 | ||
@@ -329,7 +329,7 @@ void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...) | |||
329 | Numbering scheme for panic used by Vladimir and Anatoly( Hans completely ignores this scheme, and considers it | 329 | Numbering scheme for panic used by Vladimir and Anatoly( Hans completely ignores this scheme, and considers it |
330 | pointless complexity): | 330 | pointless complexity): |
331 | 331 | ||
332 | panics in reiserfs_fs.h have numbers from 1000 to 1999 | 332 | panics in reiserfs.h have numbers from 1000 to 1999 |
333 | super.c 2000 to 2999 | 333 | super.c 2000 to 2999 |
334 | preserve.c (unused) 3000 to 3999 | 334 | preserve.c (unused) 3000 to 3999 |
335 | bitmap.c 4000 to 4999 | 335 | bitmap.c 4000 to 4999 |