diff options
Diffstat (limited to 'fs/reiserfs/procfs.c')
-rw-r--r-- | fs/reiserfs/procfs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c index 370988efc8ad..d4d7f1433ed0 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c | |||
@@ -503,7 +503,7 @@ int reiserfs_proc_info_init(struct super_block *sb) | |||
503 | add_file(sb, "journal", show_journal); | 503 | add_file(sb, "journal", show_journal); |
504 | return 0; | 504 | return 0; |
505 | } | 505 | } |
506 | reiserfs_warning(sb, "reiserfs: cannot create /proc/%s/%s", | 506 | reiserfs_warning(sb, "cannot create /proc/%s/%s", |
507 | proc_info_root_name, b); | 507 | proc_info_root_name, b); |
508 | return 1; | 508 | return 1; |
509 | } | 509 | } |
@@ -559,8 +559,7 @@ int reiserfs_proc_info_global_init(void) | |||
559 | if (proc_info_root) { | 559 | if (proc_info_root) { |
560 | proc_info_root->owner = THIS_MODULE; | 560 | proc_info_root->owner = THIS_MODULE; |
561 | } else { | 561 | } else { |
562 | reiserfs_warning(NULL, | 562 | reiserfs_warning(NULL, "cannot create /proc/%s", |
563 | "reiserfs: cannot create /proc/%s", | ||
564 | proc_info_root_name); | 563 | proc_info_root_name); |
565 | return 1; | 564 | return 1; |
566 | } | 565 | } |