On Wed, Dec 12, 2018 at 10:38:14PM -0800, Sagi Grimberg wrote: > Pass poll bool to indicate that we need it to poll. This prepares us for > polling support in nvmf since connect is an I/O that will be queued > and has to be polled in order to complete. I hate these bool parameters. Maybe we just need a blk_execute_rq_flags that instead of the at_head paramter takes a flags paramter. I guess for now this is ok, but I don't really like it: Reviewed-by: Christoph Hellwig <hch@xxxxxx>