gfs2: Fix wrong quota shrinker return value
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 22 Aug 2023 20:59:27 +0000 (22:59 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:16 +0000 (15:58 +0200)
commit6b0e9a5f1e6d7f2719856b601d5639902fc0ee4f
tree240a70fbc42de169593f760fd47f163ee920b85a
parente7beb8b6de1a6d6956fe0652d85cf356416ce4d9
gfs2: Fix wrong quota shrinker return value

Function gfs2_qd_isolate must only return LRU_REMOVED when removing the
item from the lru list; otherwise, the number of items on the list will
go wrong.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/quota.c