From: Artem Bityutskiy Date: Sun, 29 Jun 2014 13:55:02 +0000 (+0300) Subject: UBIFS: remove mst_mutex X-Git-Tag: v3.2.65~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7944bd2cdbf0b3d6d5dc6f6eeea54bc11e944e40;p=pandora-kernel.git UBIFS: remove mst_mutex commit 07e19dff63e3d5d6500d831e36554ac9b1b0560e upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed