diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2019-11-15 09:28:29 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2020-11-06 15:44:05 -0600 |
commit | 22d25eaf336ae1dce8b12cc213bbf63df94009eb (patch) | |
tree | f0370527f0dddeae4410bad4e77c67d45ce3635a /net/ipv4/ip_vti.c | |
parent | 09b0d28c3e5d193142b931714356bc29009ebe83 (diff) | |
download | linux-rt-22d25eaf336ae1dce8b12cc213bbf63df94009eb.tar.gz |
genirq: Do not call cancel_work on old_notify->work on PREEMPT_RT
When PREEMPT_RT is configured, old_notify->work does not exist, and
instead swork is used. Unfortunately, there is no cancel_work() for
swork. This is a known bug, and 4.4 will just need to deal with it
as the real solution to this is to backport all the work queue code
from RT mainline.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'net/ipv4/ip_vti.c')
0 files changed, 0 insertions, 0 deletions