Date: Wed, 6 Aug 2003 05:08:27 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c swap_pager.h Message-ID: <200308061208.h76C8RhS037936@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/08/06 05:08:27 PDT FreeBSD src repository Modified files: sys/vm swap_pager.c swap_pager.h Log: Staticize swap_pager_putpages() Eliminate a lot of checkes to make sure requests are not cross-device which is unnecessary with the new layout. We know a sequential request cannot possibly be cross-device because there is a reserved page between the devices. Remove a couple of comments which no longer are relevant. Revision Changes Path 1.220 +4 -30 src/sys/vm/swap_pager.c 1.48 +0 -6 src/sys/vm/swap_pager.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308061208.h76C8RhS037936>