Date: Fri, 18 Jul 2003 03:02:44 -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/conf files src/sys/vm swap_pager.c swap_pager.h vm_swap.c Message-ID: <200307181002.h6IA2iOV096462@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/07/18 03:02:44 PDT FreeBSD src repository Modified files: sys/conf files sys/vm swap_pager.c swap_pager.h Removed files: sys/vm vm_swap.c Log: Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation is not natural and needlessly exposes a lot of dirty laundry. Move private interfaces between the two from swap_pager.h to swap_pager.c and staticize as much as possible. No functional change. Revision Changes Path 1.808 +0 -1 src/sys/conf/files 1.204 +503 -8 src/sys/vm/swap_pager.c 1.43 +1 -27 src/sys/vm/swap_pager.h 1.137 +0 -546 src/sys/vm/vm_swap.c (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307181002.h6IA2iOV096462>