The patch titled
reiserfs: complement va_start() with va_end().
has been removed from the -mm tree. Its filename was
reiserfs-complement-va_start-with-va_end.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: reiserfs: complement va_start() with va_end().
From: Richard Knutsson <[EMAIL PROTECTED]>
Complement va_start() with va_end().
Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] are
origin.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html