Assume you have an NFS server, 192.168.1.1, with share "share". The
patch below fixes a problem where "mkdir /net/192.168.1.1/share/meh"
would return spurious error instead of creating the directory.
The scenario is kind of complicated to explain, but it all boils
down to calling VOP_LOOKUP() for the target filesystem (NFS) with
wrong dvp - autofs vnode instead of the filesystem root mounted
over it.