]> Git Repo - linux.git/commit
quota: Do not acquire dqio_sem for dquot overwrites in v2 format
authorJan Kara <[email protected]>
Thu, 8 Jun 2017 14:09:46 +0000 (16:09 +0200)
committerJan Kara <[email protected]>
Thu, 17 Aug 2017 17:03:16 +0000 (19:03 +0200)
commitd2faa415166b2883428efa92f451774ef44373ac
tree24e3f4fc0ef864c48f0751090937c09752657942
parent8fc32c2b0db2c9ee0dffebea65bcdea03a29ba5a
quota: Do not acquire dqio_sem for dquot overwrites in v2 format

When dquot has space already allocated in a quota file, we just
overwrite that place when writing dquot. So we don't need any protection
against other modifications of quota file as these keep dquot in place.

Reviewed-by: Andreas Dilger <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
fs/quota/quota_v2.c
This page took 0.053734 seconds and 4 git commands to generate.