git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f1648
)
ext2: Remove i_mutex use from ext2_quota_write()
author
Jan Kara
<jack@suse.cz>
Wed, 25 Apr 2012 19:29:42 +0000
(21:29 +0200)
committer
Jan Kara
<jack@suse.cz>
Tue, 15 May 2012 21:34:38 +0000
(23:34 +0200)
We don't need i_mutex in ext2_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