From owner-cvs-all@FreeBSD.ORG Sun Feb 22 19:15:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 042C316A4CE; Sun, 22 Feb 2004 19:15:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBE743D2D; Sun, 22 Feb 2004 19:15:13 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1N3FDGe084754; Sun, 22 Feb 2004 19:15:13 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1N3FDRh084752; Sun, 22 Feb 2004 19:15:13 -0800 (PST) (envelope-from alc) Message-Id: <200402230315.i1N3FDRh084752@repoman.freebsd.org> From: Alan Cox Date: Sun, 22 Feb 2004 19:15:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm swap_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 03:15:14 -0000 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