From: Richard Knutsson Date: Wed, 6 Feb 2008 09:37:15 +0000 (-0800) Subject: reiserfs: complement va_start() with va_end(). X-Git-Tag: v2.6.25-rc1~714 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=774ed22c21ab95d582dfff38560f11cf290baeb4;p=~shefty%2Frdma-dev.git reiserfs: complement va_start() with va_end(). Complement va_start() with va_end(). Signed-off-by: Richard Knutsson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/reiserfs/prints.c b/fs/reiserfs/prints.c index 5e7388b32d0..740bb8c0c1a 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 printk ("Block %llu contains unformatted data\n", (unsigned long long)bh->b_blocknr); + + va_end(args); } static char print_tb_buf[2048];