Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932302AbbFSIas (ORCPT ); Fri, 19 Jun 2015 04:30:48 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:53500 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932274AbbFSIan (ORCPT ); Fri, 19 Jun 2015 04:30:43 -0400 Date: Fri, 19 Jun 2015 09:30:40 +0100 From: Al Viro To: Miklos Szeredi Cc: David Howells , Linux-Fsdevel , "linux-unionfs@vger.kernel.org" , Kernel Mailing List Subject: Re: [PATCH 1/2] vfs: add file_path() helper Message-ID: <20150619083040.GK17109@ZenIV.linux.org.uk> References: <20150619082913.GB24181@tucsk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150619082913.GB24181@tucsk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 438 Lines: 14 On Fri, Jun 19, 2015 at 10:29:13AM +0200, Miklos Szeredi wrote: > From: Miklos Szeredi > > Turn > d_path(&file->f_path, ...); > into > file_path(file, ...); Makes sense. -- 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/