commit | fcd37eb3c1347193935d07a82b84dfc7d418dd05 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Nov 01 10:14:56 2013 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 08 09:10:29 2013 -0700 |
tree | 38a0933d5bd43f2d5d43b98c00a6c1bfb8811788 | |
parent | 1762b57fcbe365c2e3f79769a7fe77942ea3165f [diff] |
skd: rip out bio path The skd driver has a selectable rq or bio based queueing model. For 3.14, we want to turn this into a single blk-mq interface instead. With the immutable biovecs being merged in 3.13, the bio model would need patches to even work. So rip it out, with a conversion pending for blk-mq in the next release. Signed-off-by: Jens Axboe <axboe@kernel.dk>