diff options
Diffstat (limited to 'fs/jffs2/wbuf.c')
-rw-r--r-- | fs/jffs2/wbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jffs2/wbuf.c b/fs/jffs2/wbuf.c index 316133c626b7..7bc7f2d571f6 100644 --- a/fs/jffs2/wbuf.c +++ b/fs/jffs2/wbuf.c | |||
@@ -327,8 +327,7 @@ static void jffs2_wbuf_recover(struct jffs2_sb_info *c) | |||
327 | c->wbuf_ofs = ofs + towrite; | 327 | c->wbuf_ofs = ofs + towrite; |
328 | memmove(c->wbuf, rewrite_buf + towrite, c->wbuf_len); | 328 | memmove(c->wbuf, rewrite_buf + towrite, c->wbuf_len); |
329 | /* Don't muck about with c->wbuf_inodes. False positives are harmless. */ | 329 | /* Don't muck about with c->wbuf_inodes. False positives are harmless. */ |
330 | if (buf) | 330 | kfree(buf); |
331 | kfree(buf); | ||
332 | } else { | 331 | } else { |
333 | /* OK, now we're left with the dregs in whichever buffer we're using */ | 332 | /* OK, now we're left with the dregs in whichever buffer we're using */ |
334 | if (buf) { | 333 | if (buf) { |