opnsense-src/sys/fs/nullfs
Mateusz Guzik 81f666e79d nullfs: lock the vnode with LK_SHARED in null_vptocnp
null_nodeget which follows almost always finds the target vnode in the hash,
avoiding insmntque1 altogether. Should it be needed, it already checks if the
lock needs to be upgraded.

Reviewed by:	kib
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D20244
2019-08-21 23:24:40 +00:00
..
null.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
null_subr.c nullfs: lock the vnode with LK_SHARED in null_vptocnp 2019-08-21 23:24:40 +00:00
null_vfsops.c nullfs: fix unmounts when filesystem is active. 2019-03-21 13:30:48 +00:00
null_vnops.c nullfs: lock the vnode with LK_SHARED in null_vptocnp 2019-08-21 23:24:40 +00:00