Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751722AbWCHMpT (ORCPT ); Wed, 8 Mar 2006 07:45:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751667AbWCHMpT (ORCPT ); Wed, 8 Mar 2006 07:45:19 -0500 Received: from verein.lst.de ([213.95.11.210]:26260 "EHLO mail.lst.de") by vger.kernel.org with ESMTP id S1751081AbWCHMpR (ORCPT ); Wed, 8 Mar 2006 07:45:17 -0500 Date: Wed, 8 Mar 2006 13:45:11 +0100 From: christoph To: Badari Pulavarty Cc: Zach Brown , christoph , lkml , linux-fsdevel Subject: Re: [PATCH 2/3] Remove readv/writev methods and use aio_read/aio_write instead Message-ID: <20060308124511.GB4128@lst.de> References: <1141777204.17095.33.camel@dyn9047017100.beaverton.ibm.com> <1141777382.17095.38.camel@dyn9047017100.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1141777382.17095.38.camel@dyn9047017100.beaverton.ibm.com> User-Agent: Mutt/1.3.28i X-Spam-Score: -4.901 () BAYES_00 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 549 Lines: 13 On Tue, Mar 07, 2006 at 04:23:02PM -0800, Badari Pulavarty wrote: > This patch removes readv() and writev() methods and replaces > them with aio_read()/aio_write() methods. you have the io_fn_t/io_fnv_t typedefs both in read_write.c and read_write.h - they really should be in the latter only. else ok. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/