From: Artem Bityutskiy Date: Wed, 13 May 2009 14:05:11 +0000 (+0300) Subject: UBI: minor serialization fix X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b89a984ef163845534d8a78af86105bd08b62f4;p=pandora-kernel.git UBI: minor serialization fix The @vol->upd_marker should be protected by the @ubi->device_mutex, otherwise 'paranoid_check_volume()' complains sometimes because vol->upd_marker is 1 while vtbl_rec->upd_marker is 0. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed