git: kernel - Fix vmstats.v_dma_pages

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Dec 6 00:23:58 PST 2017


commit 85a76f5fc9792cafa1a54c12ef38c049c41ec5ef
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Dec 6 00:23:16 2017 -0800

    kernel - Fix vmstats.v_dma_pages
    
    * Fix an atomic adjustment on v_dma_pages that we believe was
      messing it up, due to not sign-extended a negation of an unsigned
      field.
    
    Reported-by: swildner

Summary of changes:
 sys/vm/vm_page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85a76f5fc9792cafa1a54c12ef38c049c41ec5ef


-- 
DragonFly BSD source repository



More information about the Commits mailing list