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:
0b7f7ce
)
reiserfs: Remove i_mutex use from reiserfs_quota_write()
author
Jan Kara
<jack@suse.cz>
Wed, 25 Apr 2012 19:28:12 +0000
(21:28 +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 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