commit | 9fe4854cd1f60273f9a3ece053f4789605f58a5e | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue May 23 00:38:06 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue May 23 00:38:06 2006 +0100 |
tree | 277ac17807a1596f78464641500ed35f3d47a32a | |
parent | 5fa433942ba4e399f7e28764c9db4ade89e91d40 [diff] |
[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>