git: DragonFly_RELEASE_5_4 kernel - Cleanup blist debug code
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 30 21:13:06 PST 2018
commit 962411e01b4f3d7d986683b932a711603b1f154f
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/962411e01b4f3d7d986683b932a711603b1f154f
--
DragonFly BSD source repository
More information about the Commits
mailing list