kernel - Some minor swap allocator / blist work
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 13 Aug 2010 21:00:06 +0000 (14:00 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 13 Aug 2010 21:00:06 +0000 (14:00 -0700)
commit651d8e757ce58ac14ed74b0a8df7d969ee94504a
treef557bc37880286fa27e7313734c7b4b6da07fc89
parent3647609110201ad09b8c7b945941765be8924123
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>
sys/kern/subr_blist.c
sys/sys/blist.h
sys/vm/swap_pager.c
sys/vm/vm_page.h