Date: Sun, 22 Feb 2004 19:15:13 -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/vm swap_pager.c Message-ID: <200402230315.i1N3FDRh084752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004/02/22 19:15:13 PST FreeBSD src repository Modified files: sys/vm swap_pager.c Log: - Substitute bdone() and bwait() from vfs_bio.c for swap_pager_putpages()'s buffer completion code. Note: the only difference between swp_pager_sync_iodone() and bdone(), aside from the locking in the latter, was the unnecessary clearing of B_ASYNC. - Remove an unnecessary pmap_page_protect() from swp_pager_async_iodone(). Reviewed by: tegge Revision Changes Path 1.249 +4 -23 src/sys/vm/swap_pager.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402230315.i1N3FDRh084752>