Re: [d_path 1/7] Fix __d_path() for lazy unmounts and make itunambiguous

From: Alan Cox
Date: Fri Apr 20 2007 - 05:30:36 EST


On Fri, 20 Apr 2007 01:23:04 +0200
Andreas Gruenbacher <agruen@xxxxxxx> wrote:

> First, when __d_path() hits a lazily unmounted mount point, it tries to prepend
> the name of the lazily unmounted dentry to the path name. It gets this wrong,
> and also overwrites the slash that separates the name from the following
> pathname component. This patch fixes that; if a process was in directory
> /foo/bar and /foo got lazily unmounted, the old result was ``foobar'' (note the
> missing slash), while the new result with this patch is ``foo/bar''.

ACK the fix

> of ``foobar'' in the example described above. Subsequent patches propose to
> make getcwd() fail instead of reporting unreachable paths like this one and
> hide unreachable mount points from /proc/mounts.

NAK that change of behaviour on the following patches.
-
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/