commit | 825843b0adb7c95e8cbab35e6fee64980e29ade8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu May 03 09:14:57 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 08 15:10:49 2018 -0600 |
tree | 7f23ce098fc82a30c295db0627f4a5767ae0a572 | |
parent | af097f5d199e2aa3ab3ef777f0716e487b8f7b08 [diff] |
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>