From: Artem Bityutskiy Date: Thu, 7 May 2009 08:25:54 +0000 (+0300) Subject: UBI: remove redundant mutex X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a595ac0629076fdc292374afad29f5ec805dd7;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