commit | 57292b58ddb58689e8c3b4c6eadbef10d9ca44dd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 31 16:57:29 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 31 14:00:34 2017 -0700 |
tree | dd6e5af538b2f2684d2090781f668c7099a0455e | |
parent | 09fc54ccc42744669e748434af5c2f8adcad900f [diff] |
block: introduce blk_rq_is_passthrough This can be used to check for fs vs non-fs requests and basically removes all knowledge of BLOCK_PC specific from the block layer, as well as preparing for removing the cmd_type field in struct request. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>