fix LOOKUP_FOLLOW on automount "symlinks"
commit1c5b7aee1288404afff343354e7b4ff32f3fb5f0
authorAl Viro <viro@ZenIV.linux.org.uk>
Tue, 16 Feb 2010 18:09:36 +0000 (16 18:09 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 22:55:50 +0000 (1 15:55 -0700)
tree3e9f4c02bb7263e8c8319cb7e8fa1ccbc8855fac
parent610370eb6f789cce3c79b3d07eef825939ad5a6b
fix LOOKUP_FOLLOW on automount "symlinks"

commit ac278a9c505092dd82077a2446af8f9fc0d9c095 upstream.

Make sure that automount "symlinks" are followed regardless of LOOKUP_FOLLOW;
it should have no effect on them.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/namei.c