Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441397 > unrolled thread

[PATCH RT 12/20] drivers/block/zram: fixup compile for !RT

Started bySteven Rostedt <rostedt@goodmis.org>
First post2016-07-12 16:30 +0200
Last post2016-07-12 16:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH RT 12/20] drivers/block/zram: fixup compile for !RT Steven Rostedt <rostedt@goodmis.org> - 2016-07-12 16:30 +0200

#1441397 — [PATCH RT 12/20] drivers/block/zram: fixup compile for !RT

FromSteven Rostedt <rostedt@goodmis.org>
Date2016-07-12 16:30 +0200
Subject[PATCH RT 12/20] drivers/block/zram: fixup compile for !RT
Message-ID<rU6Rb-66R-9@gated-at.bofh.it>
4.1.27-rt31-rc1 stable review patch.
If anyone has any objections, please let me know.

------------------

From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
---
 drivers/block/zram/zram_drv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/zram/zram_drv.h b/drivers/block/zram/zram_drv.h
index 5f1eb86a307b..22c0173b00e3 100644
--- a/drivers/block/zram/zram_drv.h
+++ b/drivers/block/zram/zram_drv.h
@@ -137,7 +137,7 @@ static inline void zram_unlock_table(struct zram_table_entry *table)
 	bit_spin_unlock(ZRAM_ACCESS, &table->value);
 }
 
-static inline void zram_meta_init_locks(struct zram_meta *meta, u64 disksize) { }
+static inline void zram_meta_init_table_locks(struct zram_meta *meta, u64 disksize) { }
 #else /* CONFIG_PREEMPT_RT_BASE */
 static inline void zram_lock_table(struct zram_table_entry *table)
 {
-- 
2.8.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web