Discussion:
git: kernel: Move vnode_index to sys/vnode.h
Antonio Huete Jimenez
2018-11-22 11:49:22 UTC
Permalink
commit 616ee62bbfd351ef66e467efc004f2ff793e6583
Author: Antonio Huete Jimenez <***@quantumachine.net>
Date: Thu Nov 22 00:51:19 2018 +0100

kernel: Move vnode_index to sys/vnode.h

- This allows userland programs (test/debug) to use that structure.

Summary of changes:
sys/kern/vfs_lock.c | 11 -----------
sys/sys/vnode.h | 11 +++++++++++
2 files changed, 11 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/616ee62bbfd351ef66e467efc004f2ff793e6583
--
DragonFly BSD source repository
Loading...