diff options
Diffstat (limited to 'fs/jffs2/nodelist.h')
-rw-r--r-- | fs/jffs2/nodelist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/jffs2/nodelist.h b/fs/jffs2/nodelist.h index 21b0b7b6c75f..6c92dc46fe9e 100644 --- a/fs/jffs2/nodelist.h +++ b/fs/jffs2/nodelist.h | |||
@@ -378,7 +378,8 @@ struct jffs2_raw_inode *jffs2_alloc_raw_inode(void); | |||
378 | void jffs2_free_raw_inode(struct jffs2_raw_inode *); | 378 | void jffs2_free_raw_inode(struct jffs2_raw_inode *); |
379 | struct jffs2_tmp_dnode_info *jffs2_alloc_tmp_dnode_info(void); | 379 | struct jffs2_tmp_dnode_info *jffs2_alloc_tmp_dnode_info(void); |
380 | void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *); | 380 | void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *); |
381 | int jffs2_prealloc_raw_node_refs(struct jffs2_sb_info *c, int nr); | 381 | int jffs2_prealloc_raw_node_refs(struct jffs2_sb_info *c, |
382 | struct jffs2_eraseblock *jeb, int nr); | ||
382 | struct jffs2_raw_node_ref *__jffs2_alloc_raw_node_ref(void); | 383 | struct jffs2_raw_node_ref *__jffs2_alloc_raw_node_ref(void); |
383 | void __jffs2_free_raw_node_ref(struct jffs2_raw_node_ref *); | 384 | void __jffs2_free_raw_node_ref(struct jffs2_raw_node_ref *); |
384 | struct jffs2_node_frag *jffs2_alloc_node_frag(void); | 385 | struct jffs2_node_frag *jffs2_alloc_node_frag(void); |