Date: Sun, 29 Oct 2006 00:04:40 +0000 (UTC) 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: <200610290004.k9T04eOw097085@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2006-10-29 00:04:40 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Refactor vfs_setdirty(), creating vfs_setdirty_locked_object(). Call vfs_setdirty_locked_object() from vfs_busy_pages() instead of vfs_setdirty(), thereby eliminating a second acquisition and release of the same vm object lock. Revision Changes Path 1.513 +16 -6 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610290004.k9T04eOw097085>