From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:50764 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752443AbeAJWwl (ORCPT ); Wed, 10 Jan 2018 17:52:41 -0500 From: Jeff Moyer To: Christoph Hellwig Cc: viro@zeniv.linux.org.uk, Avi Kivity , linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, netdev@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 29/32] aio: delete iocbs from the active_reqs list in kiocb_cancel References: <20180110155853.32348-1-hch@lst.de> <20180110155853.32348-30-hch@lst.de> Date: Wed, 10 Jan 2018 17:52:39 -0500 In-Reply-To: <20180110155853.32348-30-hch@lst.de> (Christoph Hellwig's message of "Wed, 10 Jan 2018 16:58:50 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Christoph Hellwig writes: > One we cancel an iocb there is no reason to keep it on the active_reqs > list, given that the list is only used to look for cancelation candidates. > > Signed-off-by: Christoph Hellwig Acked-by: Jeff Moyer