git: kernel - Change index fields from unsigned to signed

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 5 13:47:33 PDT 2017


commit b9045046a56b099b2d7d82f1d1bb3dfd7aa1699d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Oct 5 13:46:54 2017 -0700

    kernel - Change index fields from unsigned to signed
    
    * We use a signed trick for (j), fix the code so it actually works.
    
    * The chipset field used to index (i) cannot exceed 1024 anyway.
    
    Reported-by: lubos Bug #3020

Summary of changes:
 sys/dev/disk/nvme/nvme_admin.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b9045046a56b099b2d7d82f1d1bb3dfd7aa1699d


-- 
DragonFly BSD source repository



More information about the Commits mailing list