diff options
Diffstat (limited to 'patches/net-Qdisc-use-a-seqlock-instead-seqcount.patch')
-rw-r--r-- | patches/net-Qdisc-use-a-seqlock-instead-seqcount.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/net-Qdisc-use-a-seqlock-instead-seqcount.patch b/patches/net-Qdisc-use-a-seqlock-instead-seqcount.patch index dab6e4456dac..49106ae5dd99 100644 --- a/patches/net-Qdisc-use-a-seqlock-instead-seqcount.patch +++ b/patches/net-Qdisc-use-a-seqlock-instead-seqcount.patch @@ -160,7 +160,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> if (qdisc->flags & TCQ_F_NOLOCK) spin_unlock(&qdisc->seqlock); } -@@ -540,7 +555,7 @@ static inline spinlock_t *qdisc_root_sle +@@ -541,7 +556,7 @@ static inline spinlock_t *qdisc_root_sle return qdisc_lock(root); } |