aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/nodelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/nodelist.h')
-rw-r--r--fs/jffs2/nodelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/nodelist.h b/fs/jffs2/nodelist.h
index 94d152de95eb..21b0b7b6c75f 100644
--- a/fs/jffs2/nodelist.h
+++ b/fs/jffs2/nodelist.h
@@ -417,7 +417,7 @@ int jffs2_do_mount_fs(struct jffs2_sb_info *c);
417 417
418/* erase.c */ 418/* erase.c */
419void jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count); 419void jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count);
420void jffs2_free_all_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb); 420void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
421 421
422#ifdef CONFIG_JFFS2_FS_WRITEBUFFER 422#ifdef CONFIG_JFFS2_FS_WRITEBUFFER
423/* wbuf.c */ 423/* wbuf.c */