]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit72e03017ef3623aa83ee926ca97039460d085b9b
tree128cc5b9e66dbd426f7200c67eae325ab13cfd5c
parenta2d4cad1db684a622d326e944619f6d172103476
[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