From: Artem Bityutskiy Date: Wed, 13 May 2009 14:05:11 +0000 (+0300) Subject: UBI: minor serialization fix X-Git-Tag: Release-2010-05/1~3^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7588e30b6b5c45aae9908fcac4569fb387ea1d9e;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