Remove net lock from DIOCGETQUEUE
authorkn <kn@openbsd.org>
Sat, 29 Apr 2023 10:25:32 +0000 (10:25 +0000)
committerkn <kn@openbsd.org>
Sat, 29 Apr 2023 10:25:32 +0000 (10:25 +0000)
commit6b2e8558fae158473483b735ef90cea2178e36d9
treebcef2073fd4f192c7540590bd5e257568027fbae
parentf7f466bcc6fc8631f34cea67ad9c163a47844a09
Remove net lock from DIOCGETQUEUE

Same logic and argument as for the parent *S ioctl unlocked in r1.400,
might as well have committed them together:

  Both ticket and number of queues stem from the pf_queues_active list which
  is effectively static to pf_ioctl.c and fully protected by the pf lock.

OK sashan
sys/net/pf_ioctl.c