]> Git Repo - linux.git/commit
blkg_rwstat: separate op from flags
authorMike Christie <[email protected]>
Sun, 5 Jun 2016 19:32:14 +0000 (14:32 -0500)
committerJens Axboe <[email protected]>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commit63a4cc24867de73626e16767ce616c50dc5438d3
tree26fc7bbcac88da1364f08b55760a82f0337328b0
parentba568ea0a2ef9a193ca24874228474ec7ae2ff98
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/cfq-iosched.c
include/linux/blk-cgroup.h
This page took 0.0558070000000001 seconds and 4 git commands to generate.