git: devfs - propagate D_KVABIO to vnode

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Oct 31 10:50:01 PDT 2017


commit 697e11b71cc748e88ffb082133a92ae39acfdcc3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Oct 28 22:49:34 2017 -0700

    devfs - propagate D_KVABIO to vnode
    
    * If si_ops->head.flags has D_KVABIO set, then set VKVABIO for the
      related vnode.  This enables KVABIO in vn_strategy() calls through
      to devices which support it (aka NVME driver).

Summary of changes:
 sys/vfs/devfs/devfs_core.c | 2 ++
 1 file changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/697e11b71cc748e88ffb082133a92ae39acfdcc3


-- 
DragonFly BSD source repository



More information about the Commits mailing list