看板 DFBSD_commit 關於我們 聯絡資訊
commit 651d8e757ce58ac14ed74b0a8df7d969ee94504a Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Aug 13 14:00:06 2010 -0700 kernel - Some minor swap allocator / blist work * Fix a bug in the 'r' option for the userland compile of the blist code * Finish converting daddr_t's to swblk_t's in the swap code. * Move SWAPBLK_* out of vm/vm_page.h (taken from FreeBSD) to reduce the number of #includes needed. Move them to sys/blist.h Reported-by: Ilya Dryomov <idryomov@gmail.com> Summary of changes: sys/kern/subr_blist.c | 6 +----- sys/sys/blist.h | 7 +++++++ sys/vm/swap_pager.c | 40 ++++++++++++++++++++-------------------- sys/vm/vm_page.h | 7 ------- 4 files changed, 28 insertions(+), 32 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/651d8e757ce58ac14ed74b0a8df7d969ee94504a -- DragonFly BSD source repository