git: kernel - Cleanup blist debug code
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Nov 29 10:38:39 PST 2018
commit 4bdf1cea8c9479fdc27d558b94eb2091e099b974
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Nov 26 17:39:56 2018 -0800
kernel - Cleanup blist debug code
* Allow 64-bit fields to be specified in the debug code. Does not
affect the kernel.
* Correct two next_skip calculations that were casting to 32 bits.
These are block numbers and can affect operations when > 2TB of
swap is configured.
Summary of changes:
sys/kern/subr_blist.c | 78 ++++++++++++++++++++++++++++-----------------------
1 file changed, 43 insertions(+), 35 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bdf1cea8c9479fdc27d558b94eb2091e099b974
--
DragonFly BSD source repository
More information about the Commits
mailing list