diff options
Diffstat (limited to 'fs/jffs2/summary.c')
-rw-r--r-- | fs/jffs2/summary.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c index c522d098bb4f..bc5385471a6e 100644 --- a/fs/jffs2/summary.c +++ b/fs/jffs2/summary.c | |||
@@ -844,6 +844,7 @@ static int jffs2_sum_write_data(struct jffs2_sb_info *c, struct jffs2_eraseblock | |||
844 | /* Write out summary information - called from jffs2_do_reserve_space */ | 844 | /* Write out summary information - called from jffs2_do_reserve_space */ |
845 | 845 | ||
846 | int jffs2_sum_write_sumnode(struct jffs2_sb_info *c) | 846 | int jffs2_sum_write_sumnode(struct jffs2_sb_info *c) |
847 | __must_hold(&c->erase_completion_block) | ||
847 | { | 848 | { |
848 | int datasize, infosize, padsize; | 849 | int datasize, infosize, padsize; |
849 | struct jffs2_eraseblock *jeb; | 850 | struct jffs2_eraseblock *jeb; |