From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] VFS: Convert file->f_dentry->d_inode to file_inode() Date: Tue, 13 Jan 2015 17:09:32 +0000 Message-ID: <20150113170932.GI22149@ZenIV.linux.org.uk> References: <20150113163832.24625.95960.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jesper.nilsson@axis.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cris-kernel@axis.com To: David Howells Return-path: Content-Disposition: inline In-Reply-To: <20150113163832.24625.95960.stgit@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Jan 13, 2015 at 04:38:32PM +0000, David Howells wrote: > Convert file->f_dentry->d_inode to file_inode() so as to get layered > filesystems right. > > Found with: git grep '[.>]f_dentry' ACK. I wonder how that got missed during f_dentry elimination - even the macro is gone these days...