diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/zram_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/zram_drv.h b/include/linux/zram_drv.h index 074415704..0305bc559 100644 --- a/include/linux/zram_drv.h +++ b/include/linux/zram_drv.h @@ -78,8 +78,6 @@ struct zram_stats { atomic64_t notify_free; /* no. of swap slot free notifications */ atomic_t pages_zero; /* no. of zero filled pages */ atomic_t pages_stored; /* no. of pages currently stored */ - atomic_t good_compress; /* % of pages with compression ratio<=50% */ - atomic_t bad_compress; /* % of pages with compression ratio>=75% */ }; struct zram_meta { |
