]> git.baikalelectronics.ru Git - kernel.git/commit
block: prepare mq request creation to use REQ_OPs
authorMike Christie <mchristi@redhat.com>
Sun, 5 Jun 2016 19:32:12 +0000 (14:32 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commit791f61f1eb928cad1ef80eccff87cbd4cb5b882a
tree320ceefdfb7faead828ef8b6c37981eef3fad511
parentfe6aaaf1ffa73554fbdfe8f887d5eba600dcadbc
block: prepare mq request creation to use REQ_OPs

This patch modifies the blk mq request creation code to use
separate variables for the operation and flags, because in the
the next patches the struct request users will be converted like
was done for bios.

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>
block/blk-mq.c