de/linux/blk_types.h index 5dc061d318a4..1c4570b37436 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -240,6 +240,7 @@ struct bio { /* for plugged zoned writes only: */ unsigned int __bi_nr_segments; }; + struct bio_vec *bi_io_vec; /* the actual vec list */ bio_end_io_t *bi_end_io; void *bi_private; #ifdef CONFIG_BLK_CGROUP @@ -275,8 +276,6 @@ struct bio { atomic_t __bi_cnt; /* pin count */ - struct bio_vec *bi_io_vec; /* the actual vec list */ - struct bio_set *bi_pool; }; Thanks, Ming[PATCH 1/3] block: fix bio_may_need_split() by using bvec iterator wayMing Lei undefinedNitesh Shetty undefined undefined undefined undefined undefined undefined undefined…