+2
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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 <gthelen@google.com> Signed-off-by:
Shakeel Butt <shakeelb@google.com> Signed-off-by:
Jan Kara <jack@suse.cz>