Date: Mon, 10 Nov 2003 20:45:37 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200311110445.hAB4jbYw093253@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/11/10 20:45:37 PST
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
- 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.
Revision Changes Path
1.421 +7 -14 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311110445.hAB4jbYw093253>
