Discussion:
git: kernel - Cleanup blist debug code
Matthew Dillon
2018-11-29 18:38:39 UTC
Permalink
commit 4bdf1cea8c9479fdc27d558b94eb2091e099b974
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/4bdf1cea8c9479fdc27d558b94eb2091e099b974
--
DragonFly BSD source repository
Loading...