Loading fs/jffs2/wbuf.c +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
fs/jffs2/wbuf.c +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading