commit | 47cdc11deed639ae1d4050efbc284d328c3c2fa5 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Jun 08 15:43:13 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Aug 17 19:01:16 2017 +0200 |
tree | 288702be32fe962ae34b7abd386eaa2dc25ccb9a | |
parent | e342e38df925973b86cd46d40bbe7f083414e2ad [diff] |
quota: Remove locking for reading from the old quota format The old 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>