Skip to content

Commit

Permalink
reiserfs: complement va_start() with va_end().
Browse files Browse the repository at this point in the history
Complement va_start() with va_end().

Signed-off-by: Richard Knutsson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Richard Knutsson authored and Linus Torvalds committed Feb 6, 2008
1 parent 11025e8 commit 774ed22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/reiserfs/prints.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ void print_block(struct buffer_head *bh, ...) //int print_mode, int first, int l
printk
("Block %llu contains unformatted data\n",
(unsigned long long)bh->b_blocknr);

va_end(args);
}

static char print_tb_buf[2048];
Expand Down

0 comments on commit 774ed22

Please sign in to comment.