gfs2: Free quota data objects synchronously
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 23 Aug 2023 15:15:47 +0000 (17:15 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:17 +0000 (15:58 +0200)
commita475c5dd16e57c570113eccba51955b5df8bb052
tree8aaa3cbb8b76af25163bf38997a1d2f4a6fdb07f
parentbb73ae8ff394f767a8acbc99a1d682b874ba5e74
gfs2: Free quota data objects synchronously

In gfs2_quota_cleanup(), wait for the quota data objects to be freed
before returning.  Otherwise, there is no guarantee that the quota data
objects will be gone when their kmem cache is destroyed.

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