commit | 63a4cc24867de73626e16767ce616c50dc5438d3 | [log] [tgz] |
---|---|---|
author | Mike Christie <mchristi@redhat.com> | Sun Jun 05 14:32:14 2016 -0500 |
committer | Jens Axboe <axboe@fb.com> | Tue Jun 07 13:41:38 2016 -0600 |
tree | 26fc7bbcac88da1364f08b55760a82f0337328b0 | |
parent | ba568ea0a2ef9a193ca24874228474ec7ae2ff98 [diff] |
blkg_rwstat: separate op from flags The bio and request operation and flags are going to be separate definitions, so we cannot pass them in as a bitmap. This patch converts the blkg_rwstat code and its caller, cfq, to pass in the values separately. Signed-off-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>