Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 4 Oct 2002 18:20:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 4 Oct 2002 18:20:39 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:54283 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 4 Oct 2002 18:20:38 -0400 Date: Fri, 4 Oct 2002 15:25:45 -0700 (PDT) From: Linus Torvalds To: Chuck Lever cc: Linux Kernel Mailing List , Linux NFS List Subject: Re: [PATCH] direct-IO API change In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 622 Lines: 20 On Fri, 4 Oct 2002, Chuck Lever wrote: > > this patch adds a "struct file *" argument to direct I/O. this is needed > by NFS direct I/O to make the file's credentials available to direct I/O > subroutines. we can't remove "struct inode *" yet because the raw driver > still needs it. Why isn't the raw driver changed to just use file->f_dentry->d_inode instead? Linus - 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/