- in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It's
authorart <art@openbsd.org>
Wed, 23 Jul 2008 11:53:07 +0000 (11:53 +0000)
committerart <art@openbsd.org>
Wed, 23 Jul 2008 11:53:07 +0000 (11:53 +0000)
commitf58988bd16af7f9a575d857b75fb83a18e8993d0
tree081063112f0c13e0a20ab35f5ffe9c8b324c983c
parentbc6b638db3e337994bc501daf8a548c80419b3c9
 - in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It's
   not just a return value, nfs_lookitup treats it specially when *npp
   is not NULL.
 - nfs_lookitup - When we match the file handle to the directory
   filehandle (lookup on '.'), initialize np so that we don't return
   stack garbage to the caller. The function shouldn't ever be
   called with '.' at this moment, but that's no reason to not do the
   right thing in case future callers use it that way.

blambert@ thib@ ok
sys/nfs/nfs_vnops.c