Re: [PATCH 7/7] blk-mq: use plug for devices that implement ->commits_rqs()
From: Jens Axboe <axboe@kernel.dk>
Date: 2018-11-29 17:05:49
Also in:
linux-nvme
From: Jens Axboe <axboe@kernel.dk>
Date: 2018-11-29 17:05:49
Also in:
linux-nvme
On 11/29/18 8:49 AM, Christoph Hellwig wrote:
quoted
+ /* + * Use plugging if we have a ->commit_rqs() hook as well, + * as we know the driver uses bd->last in a smart + * fashion. + */Nipick: this could flow on just two lines: /* * Use plugging if we have a ->commit_rqs() hook as well, as we * know the driver uses bd->last in a smart fashion. */
Fixed up. -- Jens Axboe