fix LOOKUP_FOLLOW on automount "symlinks"
commit9922594935c0782f739086bc13b520d1b43cfffc
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>
Mon, 15 Mar 2010 15:49:32 +0000 (15 08:49 -0700)
tree84bf70cea844d5261f2aeaf762846e0a07ae2912
parent7f5e918e62cbc9ac27c2f47d3c3dd4b86f67ff0e
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