git: kernel - Some minor swap allocator / blist work

看板DFBSD_commit作者時間15年前 (2010/08/14 05:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CPRdMjc (DFBSD_commit)