On 25/08/2025 13:35, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/xfs/xfs_zone_gc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/fs/xfs/xfs_zone_gc.c b/fs/xfs/xfs_zone_gc.c > index 064cd1a857a0..d2d8fe547074 100644 > --- a/fs/xfs/xfs_zone_gc.c > +++ b/fs/xfs/xfs_zone_gc.c > @@ -114,8 +114,7 @@ struct xfs_gc_bio { > /* Open Zone being written to */ > struct xfs_open_zone *oz; > > - /* Bio used for reads and writes, including the bvec used by it */ > - struct bio_vec bv; > + /* Bio used for reads and writes */ > struct bio bio; /* must be last */ > }; > Looks good, Reviewed-by: Hans Holmberg <hans.holmberg@xxxxxxx>