]> git.baikalelectronics.ru Git - kernel.git/commit
[JFFS2] Introduce jffs2_scan_dirty_space() function.
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 21 May 2006 02:46:05 +0000 (03:46 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 21 May 2006 02:46:05 +0000 (03:46 +0100)
commit80fb6f33d2955761d6d9f494f388b8992f762beb
tree44388152f209c9f8f0df8eec33efaaca7817ec6d
parent9b02fd6595c45e441d7857c90aee04f808335074
[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>
fs/jffs2/nodelist.c
fs/jffs2/nodelist.h
fs/jffs2/scan.c
fs/jffs2/summary.c
fs/jffs2/summary.h