From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 29 Aug 2017 14:49:59 +0200 From: Christoph Hellwig To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwig , Bart Van Assche Subject: Re: [PATCH] block: Make blk_dequeue_request() static Message-ID: <20170829124959.GA27877@lst.de> References: <20170829025437.26726-1-damien.lemoal@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170829025437.26726-1-damien.lemoal@wdc.com> List-ID: 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 Looks good, Reviewed-by: Christoph Hellwig