aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-03-01 23:48:20 +0100
committerThomas Gleixner <tglx@linutronix.de>2019-03-22 14:35:31 +0100
commit671422b2205b5f2c49948b686306b207a5975dd9 (patch)
tree96d2a65deff6f2a0cd39e50dcd044904dd942001 /include/net/xfrm.h
parentmac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer (diff)
downloadlinux-dev-671422b2205b5f2c49948b686306b207a5975dd9.tar.xz
linux-dev-671422b2205b5f2c49948b686306b207a5975dd9.zip
xfrm: Replace hrtimer tasklet with softirq hrtimer
Switch the timer to HRTIMER_MODE_SOFT, which executed the timer callback in softirq context and remove the hrtimer_tasklet. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: David S. Miller <davem@davemloft.net> Cc: netdev@vger.kernel.org Cc: Steffen Klassert <steffen.klassert@secunet.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Link: https://lkml.kernel.org/r/20190301224821.29843-3-bigeasy@linutronix.de
Diffstat (limited to '')
-rw-r--r--include/net/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 85386becbaea..bbcf0b650b81 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -219,7 +219,7 @@ struct xfrm_state {
struct xfrm_stats stats;
struct xfrm_lifetime_cur curlft;
- struct tasklet_hrtimer mtimer;
+ struct hrtimer mtimer;
struct xfrm_state_offload xso;