Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932341AbbFSIbL (ORCPT ); Fri, 19 Jun 2015 04:31:11 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:53508 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932272AbbFSIbH (ORCPT ); Fri, 19 Jun 2015 04:31:07 -0400 Date: Fri, 19 Jun 2015 09:31:05 +0100 From: Al Viro To: Miklos Szeredi Cc: David Howells , Linux-Fsdevel , "linux-unionfs@vger.kernel.org" , Kernel Mailing List Subject: Re: [PATCH 2/2] vfs: add seq_file_path() helper Message-ID: <20150619083105.GL17109@ZenIV.linux.org.uk> References: <20150619082913.GB24181@tucsk> <20150619083028.GC24181@tucsk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150619083028.GC24181@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: 455 Lines: 14 On Fri, Jun 19, 2015 at 10:30:28AM +0200, Miklos Szeredi wrote: > From: Miklos Szeredi > > Turn > seq_path(..., &file->f_path, ...); > into > seq_file_path(..., file, ...); Both applied. -- 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/