blk-wbt: account any writing command as a write
authorJens Axboe <axboe@kernel.dk>
Thu, 3 May 2018 15:14:57 +0000 (09:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 8 May 2018 21:10:49 +0000 (15:10 -0600)
commit825843b0adb7c95e8cbab35e6fee64980e29ade8
tree7f23ce098fc82a30c295db0627f4a5767ae0a572
parentaf097f5d199e2aa3ab3ef777f0716e487b8f7b08
blk-wbt: account any writing command as a write

We currently special case WRITE and FLUSH, but we should really
just include any command with the write bit set. This ensures
that we account DISCARD.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-wbt.c