gfs2: remove unneeded pg_oflow variable
authorBob Peterson <rpeterso@redhat.com>
Wed, 31 May 2023 16:41:16 +0000 (11:41 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:17 +0000 (15:58 +0200)
commite34c16c9c699461e7d3f9eed28069e3b8466d871
treed401134cecf2af2bcfbae332f7b8d36e25e133f8
parentf0418e4b568ac4759336e1ff8a53582ec88ea966
gfs2: remove unneeded pg_oflow variable

Function gfs2_write_disk_quota checks if its write overflows onto
another page, and if so, does a second write. Before this patch it kept
two variables for this, but only one is needed. This patch simplifies
it by eliminating pg_oflow.

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