Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quota: missing lock in dqcache_shrink_scan()
Commit 1ab6c49 (fs: convert fs shrinkers to new scan/count API) accidentally removed locking from quota shrinker. Fix it - dqcache_shrink_scan() should use dq_list_lock to protect the scan on free_dquots list. CC: [email protected] Fixes: 1ab6c49 Signed-off-by: Niu Yawei <[email protected]> Signed-off-by: Jan Kara <[email protected]>
- Loading branch information