From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 1/3] fs: add an iovec iterator Date: Thu, 8 Feb 2007 19:49:53 +0000 Message-ID: <20070208194953.GA4118@infradead.org> References: <20070208105437.26443.35653.sendpatchset@linux.site> <20070208105446.26443.35864.sendpatchset@linux.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Filesystems , Linux Kernel , Andrew Morton To: Nick Piggin Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:45538 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423288AbXBHTty (ORCPT ); Thu, 8 Feb 2007 14:49:54 -0500 Content-Disposition: inline In-Reply-To: <20070208105446.26443.35864.sendpatchset@linux.site> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Feb 08, 2007 at 02:07:24PM +0100, Nick Piggin wrote: > Add an iterator data structure to operate over an iovec. Add usercopy > operators needed by generic_file_buffered_write, and convert that function > over. iovec_iterator is an awfully long and not very descriptive name. In past discussions we named this thingy iodesc and wanted to pass it down all the I/O path, including the file operations.