]> Gentwo Git Trees - linux/.git/commitdiff
xfs: remove the unused bv field in struct xfs_gc_bio
authorChristoph Hellwig <hch@lst.de>
Mon, 27 Oct 2025 07:01:50 +0000 (08:01 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 18 Nov 2025 08:18:59 +0000 (09:18 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_gc.c

index d786162ada1c8542b07c2ca037d1e40481d70406..b6a2ecca2e49c1c1b21ef040cd565b7111779a14 100644 (file)
@@ -117,7 +117,6 @@ struct xfs_gc_bio {
        struct xfs_rtgroup              *victim_rtg;
 
        /* Bio used for reads and writes, including the bvec used by it */
-       struct bio_vec                  bv;
        struct bio                      bio;    /* must be last */
 };