diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/zram_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/zram_drv.h b/include/linux/zram_drv.h index b6db10f35..3cca0003a 100644 --- a/include/linux/zram_drv.h +++ b/include/linux/zram_drv.h @@ -101,6 +101,7 @@ struct zram { u64 disksize; /* bytes */ int max_comp_streams; struct zram_stats stats; + char compressor[10]; }; extern struct zram *zram_devices; |
