commit | 07e19dff63e3d5d6500d831e36554ac9b1b0560e | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun Jun 29 16:55:02 2014 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Jul 19 09:53:52 2014 +0300 |
tree | e921a551f3f7aa3b38fa253829efb735e2421fbb | |
parent | 39274a1e8dd18d47e7ba76a90adc384f14f20a4f [diff] |
UBIFS: remove mst_mutex The 'mst_mutex' is not needed since because 'ubifs_write_master()' is only called on the mount path and commit path. The mount path is sequential and there is no parallelism, and the commit path is also serialized - there is only one commit going on at a time. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>