diff options
| author | Christoph Hellwig <hch@lst.de> | 2025-10-27 10:01:50 +0300 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2025-11-18 11:18:59 +0300 |
| commit | 9b0305968d60a7672a7db29c07cfbe03bc5ae3ab (patch) | |
| tree | 115e9bd153236c95e996120a77dc8debc0ac7a04 /fs/xfs/xfs_zone_gc.c | |
| parent | bf3b8e915215ef78319b896c0ccc14dc57dac80f (diff) | |
| download | linux-9b0305968d60a7672a7db29c07cfbe03bc5ae3ab.tar.xz | |
xfs: remove the unused bv field in struct xfs_gc_bio
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>
Diffstat (limited to 'fs/xfs/xfs_zone_gc.c')
| -rw-r--r-- | fs/xfs/xfs_zone_gc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_zone_gc.c b/fs/xfs/xfs_zone_gc.c index d786162ada1c..b6a2ecca2e49 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 */ }; |
