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

cvs commit: src/sys/kern vfs_cache.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Aug 2005 17:36:43 -0700 (PDT)

dillon      2005/08/26 17:36:43 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  Fix a serious bug in cache_inefficient_scan() related to its use of
  VOP_READDIR().  VOP_READDIR() does very weird things when given both a
  uio and cookies pointer.  Just give it a uio, instead.
  
  This should fix a bug with the NFS server returning I/O errors to a
  NFS client which is manipulating large directories.  The bug was preventing
  the server from being able to resolve the namecache topology for a
  disconnected directory vnode.
  
  MFC in: 1 week.
  
  Revision  Changes    Path
  1.56      +20 -36    src/sys/kern/vfs_cache.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.55&r2=1.56&f=u



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