From: Artem Bityutskiy Date: Thu, 7 May 2009 08:25:54 +0000 (+0300) Subject: UBI: remove redundant mutex X-Git-Tag: Release-2010-05/1~3^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6844a2992e4f05603f57339d04247de5e58ce93;p=pandora-kernel.git UBI: remove redundant mutex The @mult_mutex does not serve any purpose. We already have @volumes_mutex and it is enough. The @volume mutex is pushed down to the 'ubi_rename_volumes()', because we want first to open all volumes in the exclusive mode, and then lock the mutex, just like all other ioctl's (remove, re-size, etc) do. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed