summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0337-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0337-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch (renamed from debian/patches-rt/0341-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch)8
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0341-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch b/debian/patches-rt/0337-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch
index 3be61a807..8895d4c16 100644
--- a/debian/patches-rt/0341-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch
+++ b/debian/patches-rt/0337-fscache-fix-initialisation-of-cookie-hash-table-raw-.patch
@@ -1,9 +1,8 @@
-From dc029afd264318942ce9a174edffa950f762e7f9 Mon Sep 17 00:00:00 2001
From: Gregor Beck <gbeck@esigma-technology.com>
Date: Fri, 3 Sep 2021 14:19:11 +0200
-Subject: [PATCH 341/347] fscache: fix initialisation of cookie hash table raw
+Subject: [PATCH 337/342] fscache: fix initialisation of cookie hash table raw
spinlocks
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=324135b9a8f1539dd356c377beaf882164634c5f
The original patch, 602660600bcd ("fscache: initialize cookie hash
table raw spinlocks"), subtracted 1 from the shift and so still left
@@ -32,6 +31,3 @@ index b2b9a85a4ba5..84e57196a293 100644
+ for (i = 0; i < ARRAY_SIZE(fscache_cookie_hash); i++)
INIT_HLIST_BL_HEAD(&fscache_cookie_hash[i]);
}
---
-2.36.1
-