Am 27.06.2012 06:13, schrieb Artem Bityutskiy: > On Wed, 2012-06-13 at 12:42 +0200, Richard Weinberger wrote: >> Signed-off-by: Richard Weinberger >> --- >> drivers/mtd/ubi/build.c | 4 ++ >> drivers/mtd/ubi/fastmap.c | 51 ++++++++++++++++---------- >> drivers/mtd/ubi/ubi-media.h | 2 + >> drivers/mtd/ubi/ubi.h | 1 + >> drivers/mtd/ubi/wl.c | 82 ++++++++++++++++++++++++++++++++++++++---- >> 5 files changed, 112 insertions(+), 28 deletions(-) > > Hi, I've rebased the fastmap branch against v3.5-rc4, and your patches > do not apply cleanly anymore, because there are collisions with Joel's > changes which were merged recently. I've applied everything up to this > patch and pushed out. Could you please re-base and re-send your queue? > Thanks! > I'm confused. schedule_erase() needs now vol_id and lnum as parameters but the erase worker does not use them at all. Am I missing something? Fastmap is using schedule_erase() in ubi_wl_put_fm_peb() too, but ubi_wl_put_fm_peb() does not know anything about volume IDs or LEBs. It's used to return PEBs used by fastmap itself. Fastmap's volume headers have always lnum = 0 and vol_id = UBI_FM_SB_VOLUME_ID or UBI_FM_DATA_VOLUME_ID. Is this a problem? Thanks, //richard