commit | 68270995f29f1a82b3eaab01df63ea7e721e2fa6 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun May 21 03:46:05 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Sun May 21 03:46:05 2006 +0100 |
tree | 44388152f209c9f8f0df8eec33efaaca7817ec6d | |
parent | 7807ef7ba2a41c05f6197381f572dd38baa6c1ce [diff] |
[JFFS2] Introduce jffs2_scan_dirty_space() function. To eliminate the __totlen field from struct jffs2_raw_node_ref, we need to allocate nodes for dirty space instead of just tweaking the accounting data. Introduce jffs2_scan_dirty_space() in preparation for that. Signed-off-by: David Woodhouse <dwmw2@infradead.org>