]> git.baikalelectronics.ru Git - kernel.git/commit
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
authorOmar Sandoval <osandov@fb.com>
Tue, 21 Mar 2017 15:56:06 +0000 (08:56 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 21 Mar 2017 16:03:08 +0000 (10:03 -0600)
commit9ad65692e2d05c616cbb43282f59d89666c826db
treef52d01dd11fabdbe05388ce755af699d7c38bf80
parent2a80869588c1d78e80d8cc89434125584576ff3d
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}

The stats buckets will become generic soon, so make the existing users
use the common READ and WRITE definitions instead of one internal to
blk-stat.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-debugfs.c
block/blk-mq.c
block/blk-stat.c
block/blk-stat.h
block/blk-sysfs.c
block/blk-wbt.c