]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: initialise update marker
authorPeter Horton <zero@colonel-panic.org>
Tue, 5 Jan 2010 11:14:36 +0000 (11:14 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Jan 2010 23:02:34 +0000 (15:02 -0800)
commit2cdc2dc3bdf8948ddf5a11d2907ac9d98d1c2794
tree25daa4441e470c0b6fb689b3f82cae458e21fbe2
parentf6fbe0baa35fd65a4344a48ebc60c08f18a0fc20
UBI: initialise update marker

commit ff998793288b49a3b22d929bf8e56362320905ff upstream.

The in kernel copy of a volume's update marker is not initialised from the
volume table. This means that volumes where an update was unfinnished will
not be treated as "forbidden to use". This is basically that the update
functionality was broken.

Signed-off-by: Peter Horton <zero@colonel-panic.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mtd/ubi/vtbl.c