From 9b0305968d60a7672a7db29c07cfbe03bc5ae3ab Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 27 Oct 2025 08:01:50 +0100 Subject: [PATCH] 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 --- fs/xfs/xfs_zone_gc.c | 1 - 1 file changed, 1 deletion(-) 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 */ }; -- 2.47.3