From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH V8 11/33] dio: Convert direct_IO to use iov_iter Date: Fri, 23 Aug 2013 17:48:17 +0200 Message-ID: References: <1374774659-13121-1-git-send-email-dave.kleikamp@oracle.com> <1374774659-13121-12-git-send-email-dave.kleikamp@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: driverdevel , "linux-kernel@vger.kernel.org" , Linux FS Devel , Andrew Morton , Zach Brown , "Maxim V. Patlasov" To: Dave Kleikamp , Greg KH Return-path: In-Reply-To: <1374774659-13121-12-git-send-email-dave.kleikamp@oracle.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Jul 25, 2013 at 7:50 PM, Dave Kleikamp wrote: > Change the direct_IO aop to take an iov_iter argument rather than an iovec. > This will get passed down through most filesystems so that only the > __blockdev_direct_IO helper need be aware of whether user or kernel memory > is being passed to the function. Lustre in -next also needs to be updated: drivers/staging/lustre/lustre/llite/rw26.c:549: warning: initialization from incompatible pointer type Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds