]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Revision 1.469 of vfs_subr.c resulted in the buf's b_object field being
authoralc <alc@FreeBSD.org>
Tue, 11 Nov 2003 04:45:37 +0000 (04:45 +0000)
committeralc <alc@FreeBSD.org>
Tue, 11 Nov 2003 04:45:37 +0000 (04:45 +0000)
commit148f9321bdca1579bf115d36c0a7186f9e84b42e
tree471766c09baa9c11d40fa9d722d896815d5f7ff2
parentce4ce483f9706fafb43055c558e71d9d41681157
 - Revision 1.469 of vfs_subr.c resulted in the buf's b_object field being
   consistency initialized.  Consequently, a number of conditionals that
   checked the validity of b_object before passing it to VM_OBJECT_LOCK()
   and VM_OBJECT_UNLOCK() are no longer needed.
sys/kern/vfs_bio.c