From: Jan Kara Date: Tue, 12 Jun 2012 14:20:31 +0000 (+0200) Subject: fat: Push mnt_want_write() outside of i_mutex X-Git-Tag: v3.6-rc1~18^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24f17da3560781e274699f066fb788ad52f4402;p=pandora-kernel.git fat: Push mnt_want_write() outside of i_mutex When mnt_want_write() starts to handle freezing it will get a full lock semantics requiring proper lock ordering. So push mnt_want_write() call outside of i_mutex as in other places. CC: OGAWA Hirofumi Signed-off-by: Jan Kara Signed-off-by: Al Viro --- Reading git-diff-tree failed