Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1168619
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Al Viro <viro@ZenIV.linux.org.uk> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] vfs: add seq_file_path() helper |
| Date | Fri, 19 Jun 2015 10:40:02 +0200 |
| Message-ID | <pD00a-25F-27@gated-at.bofh.it> (permalink) |
| References | <pCZQu-1Uu-13@gated-at.bofh.it> <pD009-25F-7@gated-at.bofh.it> |
| X-Original-To | Miklos Szeredi <miklos@szeredi.hu> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 14 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | David Howells <dhowells@redhat.com>, Linux-Fsdevel <linux-fsdevel@vger.kernel.org>, "linux-unionfs@vger.kernel.org" <linux-unionfs@vger.kernel.org>, Kernel Mailing List <linux-kernel@vger.kernel.org> |
| X-Original-Date | Fri, 19 Jun 2015 09:31:05 +0100 |
| X-Original-Message-ID | <20150619083105.GL17109@ZenIV.linux.org.uk> |
| X-Original-References | <20150619082913.GB24181@tucsk> <20150619083028.GC24181@tucsk> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1168619 |
Show key headers only | View raw
On Fri, Jun 19, 2015 at 10:30:28AM +0200, Miklos Szeredi wrote: > From: Miklos Szeredi <mszeredi@suse.cz> > > 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] vfs: add file_path() helper Miklos Szeredi <miklos@szeredi.hu> - 2015-06-19 10:30 +0200
[PATCH 2/2] vfs: add seq_file_path() helper Miklos Szeredi <miklos@szeredi.hu> - 2015-06-19 10:40 +0200
Re: [PATCH 2/2] vfs: add seq_file_path() helper David Howells <dhowells@redhat.com> - 2015-06-19 10:40 +0200
Re: [PATCH 2/2] vfs: add seq_file_path() helper Al Viro <viro@ZenIV.linux.org.uk> - 2015-06-19 10:40 +0200
Re: [PATCH 1/2] vfs: add file_path() helper David Howells <dhowells@redhat.com> - 2015-06-19 10:40 +0200
Re: [PATCH 1/2] vfs: add file_path() helper Al Viro <viro@ZenIV.linux.org.uk> - 2015-06-19 10:40 +0200
Re: [PATCH 1/2] vfs: add file_path() helper David Howells <dhowells@redhat.com> - 2015-06-19 10:50 +0200
csiph-web