From: Ian Kent Date: Fri, 29 Sep 2006 09:00:53 +0000 (-0700) Subject: [PATCH] autofs4: autofs4_follow_link false negative fix X-Git-Tag: v2.6.19-rc1~721 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3ca7fecb1a9903c6253f49aec0af2a0f3a04e4;p=pandora-kernel.git [PATCH] autofs4: autofs4_follow_link false negative fix The check for an empty directory in the autofs4_follow_link method fails occassionally due to old dentrys. We had the same problem autofs4_revalidate ages ago. I thought we wouldn't need this in autofs4_follow_link, silly me. Signed-off-by: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed