From: David Woodhouse Date: Mon, 22 May 2006 23:38:06 +0000 (+0100) Subject: [JFFS2] Remove flash offset argument from various functions. X-Git-Tag: v2.6.18-rc1~1105^2~61^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe4854cd1f60273f9a3ece053f4789605f58a5e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed