[JFFS2] Add length argument to jffs2_add_physical_node_ref()
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 21 May 2006 03:36:45 +0000 (04:36 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 21 May 2006 03:36:45 +0000 (04:36 +0100)
commitb64335f2b740d6f5dbf5d3b04af30d407bf599f5
tree442e85ebc977f8d01bf9c1fe6dfbe898788422c5
parent49f11d40751b974f3b829f208eefa6f97a10cac8
[JFFS2] Add length argument to jffs2_add_physical_node_ref()

If __totlen is going away, we need to pass the length in separately.
Also stop callers from needlessly setting ref->next_phys to NULL,
since that's done for them... and since that'll also be going away soon.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/gc.c
fs/jffs2/nodelist.h
fs/jffs2/nodemgmt.c
fs/jffs2/wbuf.c
fs/jffs2/write.c
fs/jffs2/xattr.c