]> git.baikalelectronics.ru Git - kernel.git/commit
Remove the automount through follow_link() kludge code from pathwalk
authorDavid Howells <dhowells@redhat.com>
Fri, 14 Jan 2011 18:45:53 +0000 (18:45 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 01:07:36 +0000 (20:07 -0500)
commitc90183bb6c13b1a91a3e99f3d25c8bd6cf7377a7
tree55714bb93d9377e5f8762b9030e87fec3e469645
parente07d52daf10f52877448aeb8224630c398ef92f0
Remove the automount through follow_link() kludge code from pathwalk

Remove the automount through follow_link() kludge code from pathwalk in favour
of using d_automount().

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c