Skip to content
Commit 91389240 authored by Jan Kara's avatar Jan Kara
Browse files

ext4: Disable dirty list tracking of dquots when journalling quotas



When journalling quotas, we writeback all dquots immediately after
changing them as part of current transation. Thus there's no need to
write anything in dquot_writeback_dquots() and so we can avoid updating
list of dirty dquots to reduce dq_list_lock contention.

This change reduces time to create 500000 files on ext4 on ramdisk by 50
different processes in separate directories by 15% when user quota is
turned on.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 834057bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment