From: Al Viro <viro@ZenIV.linux.org.uk>
To: Miklos Szeredi <miklos@szeredi.hu>
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>
Subject: Re: [PATCH 1/2] vfs: add file_path() helper
Date: Fri, 19 Jun 2015 09:30:40 +0100 [thread overview]
Message-ID: <20150619083040.GK17109@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20150619082913.GB24181@tucsk>
On Fri, Jun 19, 2015 at 10:29:13AM +0200, Miklos Szeredi wrote:
> From: Miklos Szeredi <mszeredi@suse.cz>
>
> Turn
> d_path(&file->f_path, ...);
> into
> file_path(file, ...);
Makes sense.
next prev parent reply other threads:[~2015-06-19 8:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-19 8:29 [PATCH 1/2] vfs: add file_path() helper Miklos Szeredi
2015-06-19 8:30 ` [PATCH 2/2] vfs: add seq_file_path() helper Miklos Szeredi
2015-06-19 8:31 ` Al Viro
2015-06-19 8:38 ` David Howells
2015-06-19 8:30 ` Al Viro [this message]
2015-06-19 8:38 ` [PATCH 1/2] vfs: add file_path() helper David Howells
2015-06-19 8:49 ` David Howells
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150619083040.GK17109@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=dhowells@redhat.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.