On 2/15/22 20:45, Ming Lei wrote: > It is more clean & readable to check bio when starting to submit it, > instead of just before calling ->submit_bio() or blk_mq_submit_bio(). > > Also it provides us chance to optimize bio submission without checking > bio. > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> > --- Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>