diff options
Diffstat (limited to 'fs/reiserfs/procfs.c')
-rw-r--r-- | fs/reiserfs/procfs.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/fs/reiserfs/procfs.c b/fs/reiserfs/procfs.c index 37173fa07d15..d5066400638a 100644 --- a/fs/reiserfs/procfs.c +++ b/fs/reiserfs/procfs.c | |||
@@ -321,7 +321,7 @@ static int show_journal(struct seq_file *m, struct super_block *sb) | |||
321 | /* incore fields */ | 321 | /* incore fields */ |
322 | "j_1st_reserved_block: \t%i\n" | 322 | "j_1st_reserved_block: \t%i\n" |
323 | "j_state: \t%li\n" | 323 | "j_state: \t%li\n" |
324 | "j_trans_id: \t%lu\n" | 324 | "j_trans_id: \t%u\n" |
325 | "j_mount_id: \t%lu\n" | 325 | "j_mount_id: \t%lu\n" |
326 | "j_start: \t%lu\n" | 326 | "j_start: \t%lu\n" |
327 | "j_len: \t%lu\n" | 327 | "j_len: \t%lu\n" |
@@ -329,7 +329,7 @@ static int show_journal(struct seq_file *m, struct super_block *sb) | |||
329 | "j_wcount: \t%i\n" | 329 | "j_wcount: \t%i\n" |
330 | "j_bcount: \t%lu\n" | 330 | "j_bcount: \t%lu\n" |
331 | "j_first_unflushed_offset: \t%lu\n" | 331 | "j_first_unflushed_offset: \t%lu\n" |
332 | "j_last_flush_trans_id: \t%lu\n" | 332 | "j_last_flush_trans_id: \t%u\n" |
333 | "j_trans_start_time: \t%li\n" | 333 | "j_trans_start_time: \t%li\n" |
334 | "j_list_bitmap_index: \t%i\n" | 334 | "j_list_bitmap_index: \t%i\n" |
335 | "j_must_wait: \t%i\n" | 335 | "j_must_wait: \t%i\n" |
@@ -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 | } |
@@ -634,7 +633,7 @@ int reiserfs_global_version_in_proc(char *buffer, char **start, | |||
634 | * | 633 | * |
635 | */ | 634 | */ |
636 | 635 | ||
637 | /* | 636 | /* |
638 | * Make Linus happy. | 637 | * Make Linus happy. |
639 | * Local variables: | 638 | * Local variables: |
640 | * c-indentation-style: "K&R" | 639 | * c-indentation-style: "K&R" |