Hello, This patch change the way zram uses `notify_free' stat attr. Currently, this attr accounts only swap free notifications, iow used only when zram device is a swap device. The patch preserves the existing behaviour and additionally makes `notify_free' universal, so it's also used by zram to account REQ_DISCARDs when zram is not used as a swap device.
Please refer to: https://lkml.org/lkml/2014/9/3/1115 V3: -- account all notifications, including those that hit ZRAM_ZERO page V2: -- fix accounting error found by Minchan Kim. Sergey Senozhatsky (1): zram: use notify_free to account all free notifications Documentation/ABI/testing/sysfs-block-zram | 13 ++++++++----- drivers/block/zram/zram_drv.c | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) -- 2.1.0.350.g8b25fe0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/