From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:57952 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730382AbeLPQqH (ORCPT ); Sun, 16 Dec 2018 11:46:07 -0500 Date: Sun, 16 Dec 2018 17:46:06 +0100 From: Christoph Hellwig To: Jens Axboe Cc: linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, hch@lst.de, jmoyer@redhat.com, clm@fb.com Subject: Re: [PATCH 11/26] aio: split out iocb copy from io_submit_one() Message-ID: <20181216164606.GA14281@lst.de> References: <20181213175645.22181-1-axboe@kernel.dk> <20181213175645.22181-12-axboe@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181213175645.22181-12-axboe@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Dec 13, 2018 at 10:56:30AM -0700, Jens Axboe wrote: > In preparation of handing in iocbs in a different fashion as well. Also > make it clear that the iocb being passed in isn't modified, by marking > it const throughout. > > Signed-off-by: Jens Axboe Looks fine, Reviewed-by: Christoph Hellwig