commit | 383d08e045faddd89797959786233d4c0e1ace80 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu May 07 11:25:54 2009 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon May 18 12:26:41 2009 +0300 |
tree | 3f7456e3aea9b69fe18920791cf06bda6497a64f | |
parent | 1406de8e11eb043681297adf86d6892ff8efc27a [diff] |
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>