From: Artem Bityutskiy Date: Thu, 7 May 2009 08:25:54 +0000 (+0300) Subject: UBI: remove redundant mutex X-Git-Tag: v2.6.31-rc1~286^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383d08e045faddd89797959786233d4c0e1ace80;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