commit | 2963e3f7e8e3465895897a175560210120b932ac | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Apr 09 15:54:05 2015 -0600 |
committer | Jens Axboe <axboe@fb.com> | Thu Apr 09 15:54:05 2015 -0600 |
tree | 7c27aa09aa01cbdef12016b48728f3e9383d3b4d | |
parent | c76cbbcf404475f8885b2252049dac99b0614868 [diff] |
blk-mq: cleanup blk_mq_rq_to_pdu() Casting to void and adding the size of the request is "shit code" and only a "crazy monkey on crack" would write that. So lets clean it up. Signed-off-by: Jens Axboe <axboe@fb.com>