]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346349:
authorKristof Provost <kp@FreeBSD.org>
Fri, 26 Apr 2019 13:00:22 +0000 (13:00 +0000)
committerKristof Provost <kp@FreeBSD.org>
Fri, 26 Apr 2019 13:00:22 +0000 (13:00 +0000)
commit9c19333eff4a46786861cc5effd237ee53f8d3d1
tree8ffc82ab2734004bf895b2a7fc524bcb97776983
parentf9e5e946042b2d06dd058cc743da3c7cf1fbd0be
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