Date: Wed, 23 May 2001 15:24:50 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200105232224.f4NMOoI46822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/05/23 15:24:50 PDT Modified files: sys/kern vfs_bio.c Log: - Always call bfreekva() w/o vm_mtx held. - Always call vfs_setdirty() with vm_mtx held. - Fix an old comment: vm_hold_unload_pages is called vm_hold_free_pages() nowadays. - Always call vm_hold_free_pages() w/o vm_mtx held. Revision Changes Path 1.281 +13 -29 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105232224.f4NMOoI46822>