We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8bc0b commit 13c1c74Copy full SHA for 13c1c74
drivers/block/zram/zram_drv.c
@@ -52,7 +52,9 @@ static unsigned int num_devices = 1;
52
static size_t huge_class_size;
53
54
static const struct block_device_operations zram_devops;
55
+#ifdef CONFIG_ZRAM_WRITEBACK
56
static const struct block_device_operations zram_wb_devops;
57
+#endif
58
59
static void zram_free_page(struct zram *zram, size_t index);
60
static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec,
0 commit comments