diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-06-29 09:55:02 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-07-19 02:53:52 -0400 |
commit | 07e19dff63e3d5d6500d831e36554ac9b1b0560e (patch) | |
tree | e921a551f3f7aa3b38fa253829efb735e2421fbb /fs/ubifs/ubifs.h | |
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>
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 977a01bf1720..c4fe900c67ab 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -1049,7 +1049,6 @@ struct ubifs_debug_info; | |||
1049 | * | 1049 | * |
1050 | * @mst_node: master node | 1050 | * @mst_node: master node |
1051 | * @mst_offs: offset of valid master node | 1051 | * @mst_offs: offset of valid master node |
1052 | * @mst_mutex: protects the master node area, @mst_node, and @mst_offs | ||
1053 | * | 1052 | * |
1054 | * @max_bu_buf_len: maximum bulk-read buffer length | 1053 | * @max_bu_buf_len: maximum bulk-read buffer length |
1055 | * @bu_mutex: protects the pre-allocated bulk-read buffer and @c->bu | 1054 | * @bu_mutex: protects the pre-allocated bulk-read buffer and @c->bu |
@@ -1290,7 +1289,6 @@ struct ubifs_info { | |||
1290 | 1289 | ||
1291 | struct ubifs_mst_node *mst_node; | 1290 | struct ubifs_mst_node *mst_node; |
1292 | int mst_offs; | 1291 | int mst_offs; |
1293 | struct mutex mst_mutex; | ||
1294 | 1292 | ||
1295 | int max_bu_buf_len; | 1293 | int max_bu_buf_len; |
1296 | struct mutex bu_mutex; | 1294 | struct mutex bu_mutex; |