UBI: initialize static volumes with vol->used_bytes
authorJan Altenberg <jan.altenberg@linutronix.de>
Fri, 28 Mar 2008 15:13:53 +0000 (16:13 +0100)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 17 Apr 2008 08:32:02 +0000 (11:32 +0300)
commitcbd8a9d2cd6f576ca41022599341bbd8be1b0b27
tree4b85d8497972adb46b574fc37bb73761c76d04ab
parent6e0c84e37e809e79313043385148020ceb760496
UBI: initialize static volumes with vol->used_bytes

I came across a problem which seems to be present since:

commit 941dfb07ed91451b1c58626a0d258dfdf468b593
UBI: set correct gluebi device size

ubi_create_gluebi() leaves mtd->size = 0 for static volumes. So even
existing static volumes are initialized with a size of 0.

Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/gluebi.c
This page took 0.027806 seconds and 5 git commands to generate.