summaryrefslogtreecommitdiff
path: root/patches/lib-refcount.patch
diff options
context:
space:
mode:
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;
}