From 45de50c7bc987d457ef6113b8f7a6b0b45f257fb Mon Sep 17 00:00:00 2001 From: Richard Knutsson Date: Wed, 6 Feb 2008 01:37:15 -0800 Subject: [PATCH] --- yaml --- r: 83433 b: refs/heads/master c: 774ed22c21ab95d582dfff38560f11cf290baeb4 h: refs/heads/master i: 83431: f0cb681e2a3af1ca0ede4e5bf6e60076bf0826bd v: v3 --- [refs] | 2 +- trunk/fs/reiserfs/prints.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 875af220936b..bac4a6d7706f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 11025e855235144271a0e447e3650b203f8215f4 +refs/heads/master: 774ed22c21ab95d582dfff38560f11cf290baeb4 diff --git a/trunk/fs/reiserfs/prints.c b/trunk/fs/reiserfs/prints.c index 5e7388b32d02..740bb8c0c1ae 100644 --- a/trunk/fs/reiserfs/prints.c +++ b/trunk/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];