block: remove wrappers for request type/flags
Remove all the trivial wrappers for the cmd_type and cmd_flags fields in struct requests. This allows much easier grepping for different request types instead of unwinding through macros. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:

committed by
Jens Axboe

parent
7e005f7979
commit
33659ebbae
@@ -883,7 +883,7 @@ static void i2o_block_request_fn(struct request_queue *q)
|
||||
if (!req)
|
||||
break;
|
||||
|
||||
if (blk_fs_request(req)) {
|
||||
if (req->cmd_type == REQ_TYPE_FS) {
|
||||
struct i2o_block_delayed_request *dreq;
|
||||
struct i2o_block_request *ireq = req->special;
|
||||
unsigned int queue_depth;
|
||||
|
Reference in New Issue
Block a user