cvs commit: src/sys/conf files src/sys/vm swap_pager.c
swap_pager.h vm_swap.c
Poul-Henning Kamp
phk at FreeBSD.org
Fri Jul 18 03:02:45 PDT 2003
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)
More information about the cvs-src
mailing list