linux-stable/drivers/mtd/ubi
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
..
build.c UBI: remove redundant mutex 2009-05-18 12:26:41 +03:00
cdev.c UBI: remove redundant mutex 2009-05-18 12:26:41 +03:00
debug.c UBI: remove pre-sqnum images support 2008-07-24 13:36:09 +03:00
debug.h UBI: fix checkpatch.pl warnings 2008-12-28 12:20:51 +02:00
eba.c trivial: fix then -> than typos in comments and documentation 2009-01-06 11:28:06 +01:00
gluebi.c UBI: use nicer 64-bit math 2009-01-18 14:27:44 +02:00
io.c trivial: fix then -> than typos in comments and documentation 2009-01-06 11:28:06 +01:00
kapi.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
Kconfig UBI: improve Kconfig documentation 2008-04-17 11:32:00 +03:00
Kconfig.debug UBI: allow direct user-space I/O 2009-01-27 16:54:41 +02:00
Makefile
misc.c UBI: avoid unnecessary division operations 2008-07-24 13:32:54 +03:00
scan.c UBI: use nicer 64-bit math 2009-01-18 14:27:44 +02:00
scan.h UBI: remove pre-sqnum images support 2008-07-24 13:36:09 +03:00
ubi-media.h trivial: fix then -> than typos in comments and documentation 2009-01-06 11:28:06 +01:00
ubi.h UBI: remove redundant mutex 2009-05-18 12:26:41 +03:00
upd.c UBI: use nicer 64-bit math 2009-01-18 14:27:44 +02:00
vmt.c UBI: use nicer 64-bit math 2009-01-18 14:27:44 +02:00
vtbl.c trivial: fix then -> than typos in comments and documentation 2009-01-06 11:28:06 +01:00
wl.c trivial: fix then -> than typos in comments and documentation 2009-01-06 11:28:06 +01:00