reiserfs: Remove i_mutex use from reiserfs_quota_write()
authorJan Kara <jack@suse.cz>
Wed, 25 Apr 2012 19:28:12 +0000 (21:28 +0200)
committerJan Kara <jack@suse.cz>
Tue, 15 May 2012 21:34:38 +0000 (23:34 +0200)
We don't need i_mutex in reiserfs_quota_write() because writes to quota file
are serialized by dqio_mutex anyway. Changes to quota files outside of quota
code are forbidded and enforced by NOATIME and IMMUTABLE bits.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found