kernel - NFS - fix additional problems with readdirplus
commitaf5fde9ca364fcaefeebf4db5db01d6b670b593d
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 9 Feb 2010 10:17:55 +0000 (9 02:17 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 9 Feb 2010 10:46:19 +0000 (9 02:46 -0800)
tree9385a254a5cc6aafc30c0adbb70408f0489f47b8
parent5799247d5a8ee1d5d5f7ed935e07fb69756d692b
kernel - NFS - fix additional problems with readdirplus

* Ok, give up trying to hack a fix for readdirplus.   Instead, do the
  fix the right by properly reordering namecache lookups and vnodes.

* Do not create a namecache entry for '.' or '..'.  These entries are
  superfluous (ignored by the lookup code).
sys/vfs/nfs/nfs_vnops.c