From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: Re: [patch 1/5] fs: add an iovec iterator Date: Wed, 14 Mar 2007 14:51:52 +0100 Message-ID: <20070314135152.GB5103@wotan.suse.de> References: <20070314112529.13798.35417.sendpatchset@linux.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Kernel , Christoph Hellwig , Andrew Morton , Mark Fasheh To: Linux Filesystems Return-path: Received: from cantor2.suse.de ([195.135.220.15]:49162 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933915AbXCNNvx (ORCPT ); Wed, 14 Mar 2007 09:51:53 -0400 Content-Disposition: inline In-Reply-To: <20070314112529.13798.35417.sendpatchset@linux.site> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Mar 14, 2007 at 02:38:12PM +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. Just a note to anyone looking at these -- they don't apply to any tree, and I'm posting them at this stage mainly to get feedback on the a_ops APIs. Comments from anyone welcome.