From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932691Ab3DBPr1 (ORCPT ); Tue, 2 Apr 2013 11:47:27 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:58338 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760348Ab3DBPrZ (ORCPT ); Tue, 2 Apr 2013 11:47:25 -0400 Date: Tue, 2 Apr 2013 11:47:01 -0400 From: "Theodore Ts'o" To: Kent Overstreet , linux-kernel@vger.kernel.org, linux-aio@kvack.org, akpm@linux-foundation.org, Zach Brown , Felipe Balbi , Greg Kroah-Hartman , Mark Fasheh , Joel Becker , Rusty Russell , Jens Axboe , Asai Thambi S P , Selvan Mani , Sam Bradshaw , Jeff Moyer , Al Viro , Benjamin LaHaise Subject: Re: [PATCH 17/33] aio: change reqs_active to include unreaped completions Message-ID: <20130402154701.GD31577@thunk.org> Mail-Followup-To: Theodore Ts'o , Kent Overstreet , linux-kernel@vger.kernel.org, linux-aio@kvack.org, akpm@linux-foundation.org, Zach Brown , Felipe Balbi , Greg Kroah-Hartman , Mark Fasheh , Joel Becker , Rusty Russell , Jens Axboe , Asai Thambi S P , Selvan Mani , Sam Bradshaw , Jeff Moyer , Al Viro , Benjamin LaHaise References: <1363883754-27966-1-git-send-email-koverstreet@google.com> <1363883754-27966-18-git-send-email-koverstreet@google.com> <20130402025350.GF30122@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130402025350.GF30122@thunk.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 01, 2013 at 10:53:50PM -0400, Theodore Ts'o wrote: > Could you please add a quick comment documenting the reqs_active field > in the struct kioctx definition here? For future code > maintainability, it should be documented in fs/aio.c, not just in a > commit description. I see this field gets changed yet again in "aio: reqs_active -> reqs_available" and it's documented appropritaely after that commit.... - Ted