From: David Howells <dhowells@redhat.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: dhowells@redhat.com, Al Viro <viro@ZenIV.linux.org.uk>,
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:38:16 +0100 [thread overview]
Message-ID: <5410.1434703096@warthog.procyon.org.uk> (raw)
In-Reply-To: <20150619082913.GB24181@tucsk>
Miklos Szeredi <miklos@szeredi.hu> wrote:
> From: Miklos Szeredi <mszeredi@suse.cz>
>
> Turn
> d_path(&file->f_path, ...);
> into
> file_path(file, ...);
>
> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Acked-by: David Howells <dhowells@redhat.com>
next prev parent reply other threads:[~2015-06-19 8:38 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:30 ` [PATCH 1/2] vfs: add file_path() helper Al Viro
2015-06-19 8:38 ` David Howells [this message]
2015-06-19 8:38 ` [PATCH 2/2] vfs: add seq_file_path() helper David Howells
2015-06-19 8:49 ` [PATCH 1/2] vfs: add file_path() helper 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=5410.1434703096@warthog.procyon.org.uk \
--to=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 \
--cc=viro@ZenIV.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).