gfs2: Remove quota allocation info from quota file
authorBob Peterson <rpeterso@redhat.com>
Thu, 22 Jun 2023 17:36:59 +0000 (12:36 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:18 +0000 (15:58 +0200)
commit3932e5073011567d24ce66cf66575d4d81ea8c94
tree2542896bb024e894c6e00d0e5701876b27ebf720
parentc9ff3c65c26b8f89c6b925ce257fac348559d484
gfs2: Remove quota allocation info from quota file

Function do_sync called gfs2_qa_get and put for quota allocation data.
But the inode in question is the system master quota file, which is
never subject to quotas. Therefore, a qa structure should be unnecessary
and if anything accesses it, it's probably a bug.

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