]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68359001068d4ea5035bb40e9bd6822c6799a9b4
tree005d290c2390207a485042687ca018afbefa2993
parent05d3911867a84b4d4a3b617716a5ecebccc2366e
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