From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932673AbbFRRxB (ORCPT ); Thu, 18 Jun 2015 13:53:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39673 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752839AbbFRRwx (ORCPT ); Thu, 18 Jun 2015 13:52:53 -0400 Date: Thu, 18 Jun 2015 19:51:43 +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 v3 0/3] aio: ctx->dead cleanups Message-ID: <20150618175143.GA10033@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. Oleg.