From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] VFS: Cut down inode->i_op->xyz accesses in path walking Date: Sat, 23 Jul 2011 16:51:30 +0200 Message-ID: <20110723145130.GB10213@lst.de> References: <20110723133534.GA8644@lst.de> <20110723144643.GE24703@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Linus Torvalds , linux-fsdevel To: Al Viro Return-path: Received: from verein.lst.de ([213.95.11.211]:39051 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752875Ab1GWOvb (ORCPT ); Sat, 23 Jul 2011 10:51:31 -0400 Content-Disposition: inline In-Reply-To: <20110723144643.GE24703@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Jul 23, 2011 at 03:46:43PM +0100, Al Viro wrote: > Checking DCACHE_OP_PERMISSION on _what_? inode_permission() gets inode, Doh, missed that we don't have the dentry. That does indeed make it heard.