git: kernel - NFS - fix additional problems with readdirplus

看板DFBSD_commit作者時間16年前 (2010/02/09 19:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BSK1oak (DFBSD_commit)