Discussion:
git: DragonFly_RELEASE_5_4 kernel - Cleanup blist debug code
Matthew Dillon
2018-12-01 05:13:06 UTC
Permalink
commit 962411e01b4f3d7d986683b932a711603b1f154f
Author: Matthew Dillon <***@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
Loading...