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];