diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-01-14 13:27:28 +0100 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-01-14 13:27:28 +0100 |
commit | aaf08793d14c49245bbea8d135907458f9f796de (patch) | |
tree | a09f3df53f7d519afefa0154464ecdadb8f21494 /patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch | |
parent | dae3539f9a4812bf8c9c2ae25fa1e5aaf61b78e3 (diff) | |
download | linux-rt-aaf08793d14c49245bbea8d135907458f9f796de.tar.gz |
[ANNOUNCE] v4.19.15-rt11v4.19.15-rt11-patches
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch')
-rw-r--r-- | patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch b/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch index 06755adc5960..0f00b23dff2d 100644 --- a/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch +++ b/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch @@ -54,7 +54,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> static inline bool init_done(struct zram *zram) { -@@ -898,6 +923,8 @@ static DEVICE_ATTR_RO(io_stat); +@@ -900,6 +925,8 @@ static DEVICE_ATTR_RO(io_stat); static DEVICE_ATTR_RO(mm_stat); static DEVICE_ATTR_RO(debug_stat); @@ -63,7 +63,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> static void zram_meta_free(struct zram *zram, u64 disksize) { size_t num_pages = disksize >> PAGE_SHIFT; -@@ -928,6 +955,7 @@ static bool zram_meta_alloc(struct zram +@@ -930,6 +957,7 @@ static bool zram_meta_alloc(struct zram if (!huge_class_size) huge_class_size = zs_huge_class_size(zram->mem_pool); |