From f6e8852f1ef28e6d3c9bae8400eb6a87a6b0c3e7 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 12 Mar 2020 12:41:43 +0100 Subject: patches: Refresh on top of kernel 5.4.27 Signed-off-by: Hauke Mehrtens --- patches/lib-refcount.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches/lib-refcount.patch') diff --git a/patches/lib-refcount.patch b/patches/lib-refcount.patch index 0f63ec6a..020b9af2 100644 --- a/patches/lib-refcount.patch +++ b/patches/lib-refcount.patch @@ -10,7 +10,7 @@ index 5d0582a..8d108f9 100644 /** * refcount_add_not_zero_checked - add a value to a refcount unless it is 0 -@@ -153,6 +153,8 @@ bool refcount_dec_and_lock(refcount_t *r, spinlock_t *lock) +@@ -353,6 +354,8 @@ bool refcount_dec_and_lock(refcount_t *r return false; } @@ -19,7 +19,7 @@ index 5d0582a..8d108f9 100644 return true; } EXPORT_SYMBOL(refcount_dec_and_lock); -@@ -182,6 +184,8 @@ bool refcount_dec_and_lock_irqsave(refcount_t *r, spinlock_t *lock, +@@ -382,6 +385,8 @@ bool refcount_dec_and_lock_irqsave(refco return false; } -- cgit v1.2.3