mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Carlos Maiolino
parent
bf3b8e9152
commit
9b0305968d
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user