projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b79673
)
[JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush
author
David Woodhouse
<dwmw2@infradead.org>
Mon, 22 May 2006 12:55:46 +0000
(13:55 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Mon, 22 May 2006 12:55:46 +0000
(13:55 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/wbuf.c
patch
|
blob
|
history
diff --git
a/fs/jffs2/wbuf.c
b/fs/jffs2/wbuf.c
index
404b547
..
45e3573
100644
(file)
--- a/
fs/jffs2/wbuf.c
+++ b/
fs/jffs2/wbuf.c
@@
-507,6
+507,7
@@
static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad)
return -ENOMEM;
ref->flash_offset = c->wbuf_ofs + c->wbuf_len;
ref->flash_offset |= REF_OBSOLETE;
+ ref->next_in_ino = NULL;
spin_lock(&c->erase_completion_lock);