Module Name: src Committed By: ryo Date: Fri Jan 27 17:25:34 UTC 2017
Modified Files:
src/sys/net/npf: npf_os.c
Log Message:
Don't hold softnet_lock if NET_MPSAFE.
Some functions lock softnet_lock while waiting in pserialize_perform() in
pfil_add_hook().
(e.g. key_timehandler(), etc)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/net/npf/npf_os.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
