cvs commit: src/sys/kern vfs_cache.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Sep 15 11:16:14 PDT 2005
dillon 2005/09/15 11:14:15 PDT
DragonFly src repository
Modified files: (Branch: DragonFly_RELEASE_1_2)
sys/kern vfs_cache.c
Log:
MFC 1.56 - Fix a serious bug in cache_inefficient_scan() related to its use
of VOP_READDIR.
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.
Revision Changes Path
1.53.2.1 +13 -34 src/sys/kern/vfs_cache.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.53&r2=1.53.2.1&f=u
More information about the Commits
mailing list