[PATCH] autofs4: autofs4_follow_link false negative fix
authorIan Kent <raven@themaw.net>
Fri, 29 Sep 2006 09:00:53 +0000 (02:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:18 +0000 (09:18 -0700)
commitbe3ca7fecb1a9903c6253f49aec0af2a0f3a04e4
tree128cc5b9e66dbd426f7200c67eae325ab13cfd5c
parent5b160f5ecd2f1b6df2e0015dc1f319c8ef803d62
[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 <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/autofs4/root.c