cvs commit: src/sys/kern vfs_cache.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 6 00:54:20 PST 2008
dillon 2008/02/06 00:53:15 PST
DragonFly src repository
Modified files:
sys/kern vfs_cache.c
Log:
Fix some NFS related bugs which cause the mount point's mnt_refs counter
to leak, preventing clean umounts. There were several cases where
_cache_drop() was being called instead of cache_drop().
Revision Changes Path
1.88 +22 -6 src/sys/kern/vfs_cache.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.87&r2=1.88&f=u
More information about the Commits
mailing list