kernel - Cleanup blist debug code
commit4bdf1cea8c9479fdc27d558b94eb2091e099b974
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 27 Nov 2018 01:39:56 +0000 (26 17:39 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 29 Nov 2018 06:41:29 +0000 (28 22:41 -0800)
tree4efc236dc43f4bbd727b69d301fe9cfe6397d94c
parent83b4b9b96d578e400ab5890b64f60d69d4429e75
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.
sys/kern/subr_blist.c