]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add vrefl(), a locked variant of vref(9).
authormarkj <markj@FreeBSD.org>
Mon, 18 Jan 2016 22:21:46 +0000 (22:21 +0000)
committermarkj <markj@FreeBSD.org>
Mon, 18 Jan 2016 22:21:46 +0000 (22:21 +0000)
commit09fb369fc5164b2baaba44740ab7379c43306071
tree93731c648315eadaf2fcf33fef8fe7ef553fd8ce
parentcf792338169fcd15fbb628696c34d234e8781827
Add vrefl(), a locked variant of vref(9).

This API has no in-tree consumers at the moment but is useful to at least
one out-of-tree consumer, and naturally complements existing vnode refcount
functions (vholdl(9), vdropl(9)).

Obtained from: kib (sys/ portion)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D4947
Differential Revision: https://reviews.freebsd.org/D4953
share/man/man9/vref.9
sys/kern/vfs_subr.c
sys/sys/vnode.h