commit | e24f17da3560781e274699f066fb788ad52f4402 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Jun 12 16:20:31 2012 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 31 01:02:50 2012 +0400 |
tree | 8523d7d7e6cc4d33d2cec4172fe055f104d8647d | |
parent | c30dabfe5d10c5fd70d882e5afb8f59f2942b194 [diff] |
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 <hirofumi@mail.parknet.co.jp> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>