git: kernel - NFS - fix additional problems with readdirplus
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 9 02:51:39 PST 2010
commit af5fde9ca364fcaefeebf4db5db01d6b670b593d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Feb 9 02:17:55 2010 -0800
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).
Summary of changes:
sys/vfs/nfs/nfs_vnops.c | 103 ++++++++++++++++++++++-------------------------
1 files changed, 48 insertions(+), 55 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af5fde9ca364fcaefeebf4db5db01d6b670b593d
--
DragonFly BSD source repository
More information about the Commits
mailing list