UBI: do not flush queue on each vtbl change
This is just not necessary. We re-write whole layout copy, so the old contents cannot show up again sice scan process will drop it. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
e653879c26
commit
6dc4a8717f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ int ubi_change_vtbl_record(struct ubi_device *ubi, int idx,
|
||||||
}
|
}
|
||||||
|
|
||||||
paranoid_vtbl_check(ubi);
|
paranoid_vtbl_check(ubi);
|
||||||
return ubi_wl_flush(ubi);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue