]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change locking requirements for VOP_UNSET_TEXT().
authorkib <kib@FreeBSD.org>
Sun, 18 Aug 2019 20:24:52 +0000 (20:24 +0000)
committerkib <kib@FreeBSD.org>
Sun, 18 Aug 2019 20:24:52 +0000 (20:24 +0000)
commit90c17c9d31fa70bd20b9240e0833019c14cab26c
treee56540304a071c0c52a0bacbf73df254187b6924
parent9744ff9b12366826e01e7719082090543f045ad2
Change locking requirements for VOP_UNSET_TEXT().

Require the vnode to be locked for the VOP_UNSET_TEXT() call.  This
will be used by the following bug fix for a tmpfs issue.

Tested by: sbruno, pho (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
sys/compat/linux/linux_misc.c
sys/kern/vnode_if.src
sys/vm/vm_map.c