diff options
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/prints.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/reiserfs/prints.c b/fs/reiserfs/prints.c index 5e7388b32d02..740bb8c0c1ae 100644 --- a/fs/reiserfs/prints.c +++ b/fs/reiserfs/prints.c | |||
@@ -575,6 +575,8 @@ void print_block(struct buffer_head *bh, ...) //int print_mode, int first, int l | |||
575 | printk | 575 | printk |
576 | ("Block %llu contains unformatted data\n", | 576 | ("Block %llu contains unformatted data\n", |
577 | (unsigned long long)bh->b_blocknr); | 577 | (unsigned long long)bh->b_blocknr); |
578 | |||
579 | va_end(args); | ||
578 | } | 580 | } |
579 | 581 | ||
580 | static char print_tb_buf[2048]; | 582 | static char print_tb_buf[2048]; |