看板 DFBSD_commit 關於我們 聯絡資訊
commit af5fde9ca364fcaefeebf4db5db01d6b670b593d Author: Matthew Dillon <dillon@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