commit | 834057bf846691552a8906f7ed3f67546e5f897c | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Aug 03 11:18:23 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Aug 17 22:00:45 2017 +0200 |
tree | 2cabc0f1d1d7325e7efb61db7a6b32c7e9cc6941 | |
parent | 503330f3820fab13aa2a7b1f9e7633686acc7c79 [diff] |
quota: Allow disabling tracking of dirty dquots in a list Filesystems that are journalling quotas generally don't need tracking of dirty dquots in a list since forcing a transaction commit flushes all quotas anyway. Allow filesystem to say it doesn't want dquots to be tracked as it reduces contention on the dq_list_lock. Signed-off-by: Jan Kara <jack@suse.cz>