Re: [PATCH] block: Make blk_dequeue_request() static
From: Christoph Hellwig <hch@lst.de>
Date: 2017-08-29 12:49:59
From: Christoph Hellwig <hch@lst.de>
Date: 2017-08-29 12:49:59
On Tue, Aug 29, 2017 at 11:54:37AM +0900, Damien Le Moal wrote:
The only caller of this function is blk_start_request() in the same file. Fix blk_start_request() description accordingly. Signed-off-by: Damien Le Moal <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>