[PATCH 1/1] block: move sector bio member into blk_next_bio()

Christoph Hellwig hch at lst.de
Tue Mar 1 03:25:27 PST 2022


It would be nice to just calculate the sector from the previous
bio using bio_end_sector, but that doesn't really work with the
current blk_next_bio pattern.  It might make sense to just take the
initial allocation case out of blk_next_bio and do that manually now
that the bio_alloc interface makes a lot more sense.



More information about the Linux-nvme mailing list