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