]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: fix automount for DFS shares
authorGerlando Falauto <gerlando.falauto@keymile.com>
Tue, 18 Oct 2011 08:58:50 +0000 (10:58 +0200)
committerSteve French <smfrench@gmail.com>
Tue, 18 Oct 2011 15:49:38 +0000 (10:49 -0500)
commita7b7b232053e77ff5db9ccdfe3d2045a2a64f333
tree10fa342478770437160177d81bed2a797f2be18e
parent23700ddae0366872a5b9284c283689dd08f30c2e
CIFS: fix automount for DFS shares

Automounting directories are now invalidated by .d_revalidate()
so to be d_instantiate()d again with the right DCACHE_NEED_AUTOMOUNT
flag

Reviewed-by: Jeff Layton <jlayton@samba.org>
Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/dir.c