DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Some minor swap allocator / blist work
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]