Artem Bityutskiy 383d08e045 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 <Artem.Bityutskiy@nokia.com>
2009-05-18 12:26:41 +03:00
..
2009-04-28 20:24:20 +02:00
2009-04-21 13:41:51 -07:00
2009-05-06 16:36:10 -07:00
2009-05-18 12:26:41 +03:00
2009-04-14 19:46:19 -07:00
2009-05-09 10:49:42 -04:00