[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7199.1434703749@warthog.procyon.org.uk>
Date: Fri, 19 Jun 2015 09:49:09 +0100
From: David Howells <dhowells@...hat.com>
To: Miklos Szeredi <miklos@...redi.hu>
Cc: dhowells@...hat.com, Al Viro <viro@...IV.linux.org.uk>,
Linux-Fsdevel <linux-fsdevel@...r.kernel.org>,
"linux-unionfs@...r.kernel.org" <linux-unionfs@...r.kernel.org>,
Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] vfs: add file_path() helper
Miklos Szeredi <miklos@...redi.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists