[JFFS2] Remove flash offset argument from various functions.
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 22 May 2006 23:38:06 +0000 (00:38 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 22 May 2006 23:38:06 +0000 (00:38 +0100)
commit9fe4854cd1f60273f9a3ece053f4789605f58a5e
tree277ac17807a1596f78464641500ed35f3d47a32a
parent5fa433942ba4e399f7e28764c9db4ade89e91d40
[JFFS2] Remove flash offset argument from various functions.

We don't need the upper layers to deal with the physical offset. It's
_always_ c->nextblock->offset + c->sector_size - c->nextblock->free_size
so we might as well just let the actual write functions deal with that.

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