zram: use generic start/end io accounting
authorSergey Senozhatsky <[email protected]>
Wed, 15 Apr 2015 23:15:57 +0000 (16:15 -0700)
committerLinus Torvalds <[email protected]>
Wed, 15 Apr 2015 23:35:21 +0000 (16:35 -0700)
commit8811a9421b325b06a2456ae1b8fe23e838cbfe33
tree892c5226ea92e00dffe24cd4bcb128ce5f7d9c50
parentc72c6160d967ed26a0b136dbab337f821d233509
zram: use generic start/end io accounting

Use bio generic_start_io_acct() and generic_end_io_acct() to account
device's block layer statistics.  This will let users to monitor zram
activities using sysstat and similar packages/tools.

Apart from the usual per-stat sysfs attr, zram IO stats are now also
available in '/sys/block/zram<id>/stat' and '/proc/diskstats' files.

We will slowly get rid of per-stat sysfs files.

Signed-off-by: Sergey Senozhatsky <[email protected]>
Acked-by: Minchan Kim <[email protected]>
Cc: Nitin Gupta <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/block/zram/zram_drv.c