cvs commit: src/sys/sys vnode.h src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Mon Mar 14 00:30:32 PST 2005
jeff 2005-03-14 08:30:32 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_subr.c
Log:
- We do not have to check the object's ref_count in VSHOULDFREE or
vtryrecycle(). All obj refs also ref the vnode.
- Consistently use v_incr_usecount() to increment the usecount. This will
be more important later.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.593 +3 -3 src/sys/kern/vfs_subr.c
1.287 +1 -1 src/sys/sys/vnode.h
More information about the cvs-src
mailing list