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)
commitdb3729153e82ba3ada89681f26c4f1b6d6807a80
tree55714bb93d9377e5f8762b9030e87fec3e469645
parent01c64feac45cea1317263eabc4f7ee1b240f297f
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