From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752824AbbAMRwF (ORCPT ); Tue, 13 Jan 2015 12:52:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57433 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753164AbbAMRwD (ORCPT ); Tue, 13 Jan 2015 12:52:03 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20150113163832.24625.95960.stgit@warthog.procyon.org.uk> To: Marc Dionne Cc: dhowells@redhat.com, jesper.nilsson@axis.com, Al Viro , linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , linux-cris-kernel@axis.com Subject: Re: [PATCH] VFS: Convert file->f_dentry->d_inode to file_inode() MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28856.1421171513.1@warthog.procyon.org.uk> Date: Tue, 13 Jan 2015 17:51:53 +0000 Message-ID: <28857.1421171513@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Marc Dionne wrote: > Shouldn't that be file_inode(file) ? Bah, yes.