VFS: Fix automount for negative autofs dentries
authorDavid Howells <dhowells@redhat.com>
Mon, 11 Jul 2011 13:20:57 +0000 (14:20 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 Aug 2011 05:38:01 +0000 (01:38 -0400)
commit5a30d8a2b8ddd5102c440c7e5a7c8e1fd729c818
tree005d290c2390207a485042687ca018afbefa2993
parentb4aff1f874f679320c03e3d97b60fc7babfd4623
VFS: Fix automount for negative autofs dentries

Autofs may set the DCACHE_NEED_AUTOMOUNT flag on negative dentries.  These
need attention from the automounter daemon regardless of the LOOKUP_FOLLOW flag.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c