]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: show unreachable paths in getcwd and proc
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 10 Aug 2010 09:41:41 +0000 (11:41 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Aug 2010 04:29:47 +0000 (00:29 -0400)
commitb4453f1424cdace811c82a4f636868a52c63b89c
tree512e018114ea506659fac73d838bfca0fb97a5a4
parent13e4590d365cbe20771c8d4ede516be15ab376a9
vfs: show unreachable paths in getcwd and proc

Prepend "(unreachable)" to path strings if the path is not reachable
from the current root.

Two places updated are
 - the return string from getcwd()
 - and symlinks under /proc/$PID.

Other uses of d_path() are left unchanged (we know that some old
software crashes if /proc/mounts is changed).

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c
fs/proc/base.c
include/linux/dcache.h
include/linux/path.h