Re: [RFC PATCH -v4 00/14] fsnotify, dnotify, and inotify

From: Christoph Hellwig
Date: Mon Dec 22 2008 - 18:21:38 EST


On Mon, Dec 22, 2008 at 06:08:08PM -0500, C. Scott Ananian wrote:
> That's not correct, as /proc/self/fd/<num> and the getcwd syscall make
> clear.

No. These take a file descriptor into account, which _does_ have a
unique path.

> struct inode has a i_dentry member, and via its d_parent links
> you can reconstruct the path, as __d_path in fs/dcache.c does.

reconstruct _a_ path inside the same filesystem, ignoring which link is
wanted, and inside which mount.

--
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/