On 4/11/23 06:33, Christoph Hellwig wrote:
While both passthrough and flush requests call directly into blk_mq_request_bypass_insert, the parameters aren't the same. Split the handling into two separate conditionals and turn the whole function into an if/elif/elif/else flow instead of the gotos.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>