gfs2: pass sdp in to gfs2_write_disk_quota
authorBob Peterson <rpeterso@redhat.com>
Wed, 31 May 2023 15:31:33 +0000 (10:31 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:17 +0000 (15:58 +0200)
commitadfd2b5e4f87590fcd0abd756c71b0aefe20dbf4
tree02968b57124809099aaed040f7a3044f953cbbb5
parentee1768e467a9c0f272192da1ce0ea5a9caf98ccc
gfs2: pass sdp in to gfs2_write_disk_quota

Like the previous patch, we now pass the superblock pointer to function
gfs2_write_disk_quota. This makes the code more understandable, since it
only operates on the quota inode.

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