diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-20 22:45:27 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-20 22:45:27 -0400 |
commit | 7807ef7ba2a41c05f6197381f572dd38baa6c1ce (patch) | |
tree | 73d06f8b60b3e007b49fec33983365938135d2d1 /fs/jffs2/nodelist.h | |
parent | 3560160aa26ebced1944aaa2e7e436d2a1b1bf70 (diff) |
[JFFS2] Fix summary handling of unknown but compatible nodes.
For RWCOMPAT and ROCOMPAT nodes, we should still allow the mount to
succeed. Just abandon the summary and fall through to the full scan.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/nodelist.h')
-rw-r--r-- | fs/jffs2/nodelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/nodelist.h b/fs/jffs2/nodelist.h index 1f5d5b0100aa..194cff7c4853 100644 --- a/fs/jffs2/nodelist.h +++ b/fs/jffs2/nodelist.h | |||
@@ -436,6 +436,7 @@ int jffs2_do_mount_fs(struct jffs2_sb_info *c); | |||
436 | 436 | ||
437 | /* erase.c */ | 437 | /* erase.c */ |
438 | void jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count); | 438 | void jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count); |
439 | void jffs2_free_all_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb); | ||
439 | 440 | ||
440 | #ifdef CONFIG_JFFS2_FS_WRITEBUFFER | 441 | #ifdef CONFIG_JFFS2_FS_WRITEBUFFER |
441 | /* wbuf.c */ | 442 | /* wbuf.c */ |