Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1168627

Re: [PATCH 1/2] vfs: add file_path() helper

From David Howells <dhowells@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] vfs: add file_path() helper
Date 2015-06-19 10:50 +0200
Message-ID <pD09Q-2hv-27@gated-at.bofh.it> (permalink)
References <pCZQu-1Uu-13@gated-at.bofh.it>
Organization Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903

Show all headers | View raw


Miklos Szeredi <miklos@szeredi.hu> wrote:

> +char *file_path(struct file *filp, char *buf, int buflen)
> +{
> +	return d_path(&filp->f_path, buf, buflen);
> +}
> +EXPORT_SYMBOL(file_path);

Inline it?

David
--
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 | NextPrevious in thread | Find similar | Unroll thread


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