gfs2: pass sdp to gfs2_write_buf_to_page
authorBob Peterson <rpeterso@redhat.com>
Wed, 31 May 2023 15:39:42 +0000 (10:39 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:17 +0000 (15:58 +0200)
commitd96dad2715672c8b9f16b54216da46514aaeb453
tree39f99be0213f139d208f7a3b59f2c160112ee2d0
parentadfd2b5e4f87590fcd0abd756c71b0aefe20dbf4
gfs2: pass sdp to gfs2_write_buf_to_page

This patch passes the superblock pointer to gfs2_write_buf_to_page so it
becomes more apparent it's dealing with the system quota file.

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