Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quota: reclaim least recently used dquots
The dquots in the free_dquots list are not reclaimed in LRU way. put_dquot_last() puts entries to the tail and dqcache_shrink_scan() frees from the tail. Free unreferenced dquots in LRU order because it seems more reasonable than freeing most recently used. Signed-off-by: Greg Thelen <[email protected]> Signed-off-by: Shakeel Butt <[email protected]> Signed-off-by: Jan Kara <[email protected]>
- Loading branch information