Commit a1b563d6 authored by David Woodhouse's avatar David Woodhouse

[JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 3b79673c
...@@ -507,6 +507,7 @@ static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad) ...@@ -507,6 +507,7 @@ static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad)
return -ENOMEM; return -ENOMEM;
ref->flash_offset = c->wbuf_ofs + c->wbuf_len; ref->flash_offset = c->wbuf_ofs + c->wbuf_len;
ref->flash_offset |= REF_OBSOLETE; ref->flash_offset |= REF_OBSOLETE;
ref->next_in_ino = NULL;
spin_lock(&c->erase_completion_lock); spin_lock(&c->erase_completion_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment