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 45de98b5946..c0b1112ab7e 100644 --- a/fs/reiserfs/prints.c +++ b/fs/reiserfs/prints.c @@ -4,7 +4,7 @@  #include <linux/time.h>  #include <linux/fs.h> -#include <linux/reiserfs_fs.h> +#include "reiserfs.h"  #include <linux/string.h>  #include <linux/buffer_head.h> @@ -329,7 +329,7 @@ void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...)      Numbering scheme for panic used by Vladimir and Anatoly( Hans completely ignores this scheme, and considers it      pointless complexity): -    panics in reiserfs_fs.h have numbers from 1000 to 1999 +    panics in reiserfs.h have numbers from 1000 to 1999      super.c				        2000 to 2999      preserve.c (unused)			    3000 to 3999      bitmap.c				    4000 to 4999  |