summaryrefslogtreecommitdiff
path: root/patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch')
-rw-r--r--patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch b/patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch
index 38d74ba73010..38b46754e2ce 100644
--- a/patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch
+++ b/patches/drivers_block_zram__Replace_bit_spinlocks_with_rtmutex_for_-rt.patch
@@ -68,7 +68,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
static inline bool init_done(struct zram *zram)
{
-@@ -1194,6 +1229,7 @@ static bool zram_meta_alloc(struct zram
+@@ -1195,6 +1230,7 @@ static bool zram_meta_alloc(struct zram
if (!huge_class_size)
huge_class_size = zs_huge_class_size(zram->mem_pool);