vfs: switch vop_stdunlock to call lockmgr_unlock
authormjg <mjg@FreeBSD.org>
Sun, 19 Jan 2020 21:41:34 +0000 (21:41 +0000)
committermjg <mjg@FreeBSD.org>
Sun, 19 Jan 2020 21:41:34 +0000 (21:41 +0000)
commitdc23cff1549de403242066fb4a8d8265f0869c10
treecf967f30f8d37a56e37a601b8b5adbd425cdee3d
parenta5ea66549855400a5928926471d758ae257069fa
vfs: switch vop_stdunlock to call lockmgr_unlock

Since the flags argument is now alawys 0 the new call provides the same
behavior.
sys/kern/vfs_default.c