From: Artem Bityutskiy Date: Sun, 29 Jun 2014 13:55:02 +0000 (+0300) Subject: UBIFS: remove mst_mutex X-Git-Tag: omap-for-v3.17/fixes-against-rc2~86^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e19dff63e3d5d6500d831e36554ac9b1b0560e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed