diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-24 20:38:27 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-24 20:38:27 -0400 |
commit | c38c1b613d742b5fa075071568f44dc8ec9f1cb8 (patch) | |
tree | 73ac1b5e08ed331490d056ac0a27588930d592f5 /fs/jffs2/summary.c | |
parent | f560928baa605e8faaa3de6cc1b11ebb645e97db (diff) |
[JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it.
... to jffs2_free_jeb_node_refs() since that's what it does.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/summary.c')
-rw-r--r-- | fs/jffs2/summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c index ccb6803a6e41..7bddd33f866a 100644 --- a/fs/jffs2/summary.c +++ b/fs/jffs2/summary.c | |||
@@ -547,7 +547,7 @@ static int jffs2_sum_process_sum_data(struct jffs2_sb_info *c, struct jffs2_eras | |||
547 | jeb->wasted_size = jeb->used_size = jeb->dirty_size = 0; | 547 | jeb->wasted_size = jeb->used_size = jeb->dirty_size = 0; |
548 | jeb->free_size = c->sector_size; | 548 | jeb->free_size = c->sector_size; |
549 | 549 | ||
550 | jffs2_free_all_node_refs(c, jeb); | 550 | jffs2_free_jeb_node_refs(c, jeb); |
551 | return -ENOTRECOVERABLE; | 551 | return -ENOTRECOVERABLE; |
552 | } | 552 | } |
553 | } | 553 | } |