[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 25 May 2006 00:50:35 +0000 (01:50 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 25 May 2006 00:50:35 +0000 (01:50 +0100)
commit046b8b9808127d63326a33bc6298c90eaee90eeb
tree93caaabd7ae10969acb4758634b9b1c9448ef951
parentf61579c33736476e41e296a16c0d4ead4b953187
[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()

Preallocation of refs is shortly going to be a per-eraseblock thing,
rather than per-filesystem. Add the required argument to the function.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/erase.c
fs/jffs2/malloc.c
fs/jffs2/nodelist.h
fs/jffs2/nodemgmt.c
fs/jffs2/scan.c
fs/jffs2/summary.c
fs/jffs2/wbuf.c