Re: [PATCHv3 5/8] zram: remove zram stats code duplication

2014-01-16 Thread Minchan Kim
On Thu, Jan 16, 2014 at 04:12:13PM +0300, Sergey Senozhatsky wrote: > Introduce ZRAM_ATTR_RO macro that generates device_attribute > and default ATTR show() function for existing atomic64_t zram > stats. > > Signed-off-by: Sergey Senozhatsky Acked-by: Minchan Kim -- Kind regards, Minchan Kim -

[PATCHv3 5/8] zram: remove zram stats code duplication

2014-01-16 Thread Sergey Senozhatsky
Introduce ZRAM_ATTR_RO macro that generates device_attribute and default ATTR show() function for existing atomic64_t zram stats. Signed-off-by: Sergey Senozhatsky --- drivers/block/zram/zram_drv.c | 82 --- 1 file changed, 23 insertions(+), 59 deletions(-