]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346349:
authorkp <kp@FreeBSD.org>
Fri, 26 Apr 2019 13:00:25 +0000 (13:00 +0000)
committerkp <kp@FreeBSD.org>
Fri, 26 Apr 2019 13:00:25 +0000 (13:00 +0000)
commit3e83ff5ec4f681642797ca2e23ae2cbb7f54401b
tree9def59ccfb3527221567d7bf7cbcfd7a7f69f418
parent20f194d15f5eace2b4f74d65ebd79e6ae5813703
MFC r346349:

pf: No need to M_NOWAIT in DIOCRSETTFLAGS

Now that we don't hold a lock during DIOCRSETTFLAGS memory allocation we can
use M_WAITOK.

Pointed out by: glebius@
sys/netpfil/pf/pf_ioctl.c