[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)
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>

No differences found