commit | f0c5bae5cc562307f804335ddec3f793254c3766 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Jun 08 16:18:54 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Aug 17 19:03:44 2017 +0200 |
tree | 6c11d1c6ea99935142062f42163b0c0882c24af9 | |
parent | d2faa415166b2883428efa92f451774ef44373ac [diff] |
quota: Remove locking for writing to the old quota format The old quota quota format has fixed offset in quota file based on ID so there's no locking needed against concurrent modifications of the file (locking against concurrent IO on the same dquot is still provided by dq_lock). Reviewed-by: Andreas Dilger <adilger@dilger.ca> Signed-off-by: Jan Kara <jack@suse.cz>