]> 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)
commit5d35778cd7bcd4c4a35c08300777984e66e923bf
tree005d290c2390207a485042687ca018afbefa2993
parentb00aa6ca48acf0c96a6b79f0e7a0973c9b7f5ff1
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