Re: [patch] F_GETPATH for linux

From: H. Peter Anvin
Date: Mon Apr 14 2008 - 07:55:31 EST


Christoph Hellwig wrote:
On Sun, Apr 13, 2008 at 03:00:53PM -0700, Davide Libenzi wrote:
I was working on some bsd/linux compatibility code, and I noticed that we do not have F_GETPATH. I know we can readlink /proc/PID/fd/FD (that is what I'm doing now, under #ifdef), but I gave a patch a shot anyway.
Here it is, building but untested ...

Adding a duplicated API like this is rather pointless. Especially as
the readlink is easier and makes more sense.

Yes; also, using /proc/self/fd/... makes it a little easier.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/