diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-06-29 15:55:02 +0200 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-07-19 08:53:52 +0200 |
commit | 07e19dff63e3d5d6500d831e36554ac9b1b0560e (patch) | |
tree | e921a551f3f7aa3b38fa253829efb735e2421fbb /fs/ubifs/log.c | |
parent | UBIFS: kernel-doc warning fix (diff) | |
download | linux-07e19dff63e3d5d6500d831e36554ac9b1b0560e.tar.xz linux-07e19dff63e3d5d6500d831e36554ac9b1b0560e.zip |
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>
Diffstat (limited to 'fs/ubifs/log.c')
0 files changed, 0 insertions, 0 deletions