Skip to content
Commit 9fe4854c authored by David Woodhouse's avatar David Woodhouse
Browse files

[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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 5fa43394
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment