DragonFly BSD
DragonFly commits List (threaded) for 2010-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - NFS - fix additional problems with readdirplus


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 9 Feb 2010 02:50:21 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]