From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753640AbbFRSlN (ORCPT ); Thu, 18 Jun 2015 14:41:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36341 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751854AbbFRSlH (ORCPT ); Thu, 18 Jun 2015 14:41:07 -0400 Date: Thu, 18 Jun 2015 20:39:57 +0200 From: Oleg Nesterov To: Al Viro , Andrew Morton , Benjamin LaHaise , Jeff Moyer Cc: linux-aio@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 0/3] aio: ctx->dead cleanups Message-ID: <20150618183957.GA13470@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > As Jeff suggested, 1/3 was changed to simply remove the ->dead check. > I also updated the changelog. > > Jeff, I preserved your acks in 2-3. also remove ctx->dead setting in ioctx_alloc(). Oleg.