gfs2: Use qd_sbd more consequently
authorBob Peterson <rpeterso@redhat.com>
Fri, 16 Jun 2023 15:46:50 +0000 (10:46 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:16 +0000 (15:58 +0200)
commit481f6e7d734ad9a00b44cf0c000f0ed30843e4d3
tree5a8417cb7ef022f679a8f30c0075d9a9e14ace41
parentdb77789bae7e33b458220110f189f2381f19362b
gfs2: Use qd_sbd more consequently

Before this patch many of the functions in quota.c got their superblock
pointer, sdp, from the quota_data's glock pointer. That's silly because
the qd already has its own pointer to the superblock (qd_sbd).

This patch changes references to use that instead, eliminating a level
of indirection.

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