On Wed, Mar 23, 2022 at 03:45:20PM -0400, Mike Snitzer wrote: > I tried to address your review of the previous set. Patch 1 and 2 can > obviously be folded but I left them split out for review purposes. > Feel free to see if these changes are meaningful for nvme's use. > Happy for either you to take on iterating on these block changes > further or you letting me know what changes you'd like made. I'd be tempted to go with something like the version below, which does away with the bio flag and the bio_alloc_kiocb wrapper to further simplify the interface. The additional changes neeed for dm like the bioset_init_from_src changes and move of bio_clear_polled can then built on top of that. ---