Push kernel lock inside ifioctl_get()
authorkn <kn@openbsd.org>
Tue, 8 Nov 2022 17:57:14 +0000 (17:57 +0000)
committerkn <kn@openbsd.org>
Tue, 8 Nov 2022 17:57:14 +0000 (17:57 +0000)
commitdb645e7e79db9a723d92097c7bd3ab5f165640d6
tree5f9fb71932792dc4a7c846e2a62efcc06c2d6409
parente3d8572a3ca8a988fcd6e6a6cbf3b919097c9288
Push kernel lock inside ifioctl_get()

After this mechanical move, I can unlock the individual SIOCG* in there.

OK mvs
sys/net/if.c