Skip to content

Commit 9b03059

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
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>
1 parent bf3b8e9 commit 9b03059

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/xfs/xfs_zone_gc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ struct xfs_gc_bio {
117117
struct xfs_rtgroup *victim_rtg;
118118

119119
/* Bio used for reads and writes, including the bvec used by it */
120-
struct bio_vec bv;
121120
struct bio bio; /* must be last */
122121
};
123122

0 commit comments

Comments
 (0)