net: use a rcu callback for nf_conntrack_destroy
__nf_conntrack_destroy is called with preemption disabled and calls functions that will schedule in PREEMPT_RT. When PREEMPT_RT is defined we call an RCU callback to do the destruction at a later time. Signed-off-by:Steven Rostedt <srostedt@redhat.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
Please register or sign in to comment