-
由 Greg Thelen 提交于
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: NGreg Thelen <gthelen@google.com> Signed-off-by: NShakeel Butt <shakeelb@google.com> Signed-off-by: NJan Kara <jack@suse.cz>
9560ba30