Skip to content
Commit 961fe342 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanup



Change gfs2_quota_cleanup() to move the quota data objects to dispose of
on a dispose list and call gfs2_qd_dispose() on that list, like
gfs2_qd_shrink_scan() does, instead of disposing of the quota data
objects directly.

This may look a bit pointless by itself, but it will make more sense in
combination with a fix that follows.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 6b0e9a5f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment