Date: Mon, 11 May 2009 05:16:57 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200905110517.n4B5H5gY094522@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-05-11 05:16:57 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: SVN rev 191986 on 2009-05-11 05:16:57Z by alc Revert CVS revision 1.94 (svn r16840). Current pmap implementations don't suffer from the race condition that motivated revision 1.94. Consequently, the work-around that was implemented by revision 1.94 is no longer needed. Moreover, reverting this work-around eliminates the need for vfs_busy_pages() to acquire the page queues lock when preparing a buffer for read. Reviewed by: tegge Revision Changes Path 1.558 +7 -5 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905110517.n4B5H5gY094522>