Re: [dm-devel] [PATCH v6 1/2] block: add ->poll_bio to block_device_operations

2022-03-08 Thread Jens Axboe
On 3/7/22 11:53 AM, Mike Snitzer wrote: > From: Ming Lei > > Prepare for supporting IO polling for bio-based driver. > > Add ->poll_bio callback so that bio-based driver can provide their own > logic for polling bio. > > Also fix ->submit_bio_bio typo in comment block above >

[dm-devel] [PATCH v6 1/2] block: add ->poll_bio to block_device_operations

2022-03-07 Thread Mike Snitzer
From: Ming Lei Prepare for supporting IO polling for bio-based driver. Add ->poll_bio callback so that bio-based driver can provide their own logic for polling bio. Also fix ->submit_bio_bio typo in comment block above __submit_bio_noacct. Reviewed-by: Christoph Hellwig Signed-off-by: Ming