Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dc4a871 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

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: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent e653879c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ int ubi_change_vtbl_record(struct ubi_device *ubi, int idx,
	}

	paranoid_vtbl_check(ubi);
	return ubi_wl_flush(ubi);
	return 0;
}

/**