summaryrefslogtreecommitdiff
path: root/patches/lib-rhashtable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/lib-rhashtable.patch')
-rw-r--r--patches/lib-rhashtable.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/lib-rhashtable.patch b/patches/lib-rhashtable.patch
index 35424efb..59d870c0 100644
--- a/patches/lib-rhashtable.patch
+++ b/patches/lib-rhashtable.patch
@@ -1,6 +1,7 @@
+
--- a/compat/lib-rhashtable.c
+++ b/compat/lib-rhashtable.c
-@@ -86,11 +86,26 @@ static int alloc_bucket_locks(struct rhashtable *ht, struct bucket_table *tbl,
+@@ -86,11 +86,26 @@ static int alloc_bucket_locks(struct rha
size = min(size, 1U << tbl->nest);
if (sizeof(spinlock_t) != 0) {
@@ -27,7 +28,7 @@
if (!tbl->locks)
return -ENOMEM;
for (i = 0; i < size; i++)
-@@ -226,10 +226,11 @@ static struct bucket_table *bucket_table_alloc(struct rhashtable *ht,
+@@ -211,10 +226,11 @@ static struct bucket_table *bucket_table
int i;
size = sizeof(*tbl) + nbuckets * sizeof(tbl->buckets[0]);
@@ -42,4 +43,3 @@
size = nbuckets;
-