On Wed, Jul 19, 2023 at 11:22:40AM -0700, Bart Van Assche wrote: > scsi_kick_queue() is too short to keep it as a separate function. Hence > inline it. This patch prepares for modifying the second argument passed > to blk_mq_run_hw_queues(). It wouldn't say "too short" as short functions can be useful too. But this one is indeed quite pointless, so the change looks good, even if the commit log could be improved a bit: Reviewed-by: Christoph Hellwig <hch@xxxxxx>