From: Christoph Hellwig Date: Mon, 27 Oct 2025 07:01:50 +0000 (+0100) Subject: xfs: remove the unused bv field in struct xfs_gc_bio X-Git-Tag: v6.19-rc1~164^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0305968d60a7672a7db29c07cfbe03bc5ae3ab;p=thirdparty%2Flinux.git xfs: remove the unused bv field in struct xfs_gc_bio Signed-off-by: Christoph Hellwig Reviewed-by: Carlos Maiolino Reviewed-by: Hans Holmberg Reviewed-by: Darrick J. Wong Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/xfs_zone_gc.c b/fs/xfs/xfs_zone_gc.c index d786162ada1c8..b6a2ecca2e49c 100644 --- a/fs/xfs/xfs_zone_gc.c +++ b/fs/xfs/xfs_zone_gc.c @@ -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 */ };