summaryrefslogtreecommitdiff
path: root/patches/lib-refcount.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-03-12 12:41:43 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-21 15:31:24 +0100
commitf6e8852f1ef28e6d3c9bae8400eb6a87a6b0c3e7 (patch)
treecca4de25072f4b8241339e2d089176c06d69cd86 /patches/lib-refcount.patch
parent3182385a8b126af62333f39a548d391888da5af9 (diff)
patches: Refresh on top of kernel 5.4.27linux-5.4.y
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'patches/lib-refcount.patch')
-rw-r--r--patches/lib-refcount.patch4
1 files changed, 2 insertions, 2 deletions
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;
}