jeff 2008-03-29 07:06:13 UTC
FreeBSD src repository
Modified files:
sys/vm vm_object.c
Log:
- Use vm_object_reference_locked() directly from
vm_object_reference(). This is intended to get rid of vget()
consumers who don't wish to acquire a lock. This is functionally
the same as calling vref(). vm_object_reference_locked() already
uses vref.
Discussed with: alc
Revision Changes Path
1.393 +2 -15 src/sys/vm/vm_object.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"