projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11025e8
)
reiserfs: complement va_start() with va_end().
author
Richard Knutsson
<ricknu-0@student.ltu.se>
Wed, 6 Feb 2008 09:37:15 +0000
(
01:37
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:05 +0000
(10:41 -0800)
Complement va_start() with va_end().
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/prints.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/prints.c
b/fs/reiserfs/prints.c
index 5e7388b32d020f17b6b22fb515bbe04a8a3ee67c..740bb8c0c1ae8e455caafadd37351a6d14b2815e 100644
(file)
--- 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];