The patch titled reiserfs: complement va_start() with va_end(). has been added to the -mm tree. Its filename is reiserfs-complement-va_start-with-va_end.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: reiserfs: complement va_start() with va_end(). From: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx> Complement va_start() with va_end(). Signed-off-by: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiserfs/prints.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN fs/reiserfs/prints.c~reiserfs-complement-va_start-with-va_end fs/reiserfs/prints.c --- a/fs/reiserfs/prints.c~reiserfs-complement-va_start-with-va_end +++ a/fs/reiserfs/prints.c @@ -575,6 +575,8 @@ void print_block(struct buffer_head *bh, printk ("Block %llu contains unformatted data\n", (unsigned long long)bh->b_blocknr); + + va_end(args); } static char print_tb_buf[2048]; _ Patches currently in -mm which might be from ricknu-0@xxxxxxxxxxxxxx are origin.patch kernel-compliment-va_copy-with-va_end.patch net-irda-parametersc-trivial-fixes.patch dio-array_size-cleanup-update.patch dio-array_size-cleanup-update-checkpatch-fixes.patch reiserfs-complement-va_start-with-va_end.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html