[PATCH] autofs4 oops fix

We forgot to initialise a couple of nameidata fields.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Ian Kent and committed by Linus Torvalds faf3a989 7c7dce92

+2
+2
fs/autofs4/root.c
··· 195 195 if (!empty) 196 196 d_invalidate(dentry); 197 197 198 + nd.dentry = dentry; 199 + nd.mnt = mnt; 198 200 nd.flags = LOOKUP_DIRECTORY; 199 201 status = (dentry->d_op->d_revalidate)(dentry, &nd); 200 202