]> Pileus Git - ~andy/linux/commit
skd: rip out bio path
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Nov 2013 16:14:56 +0000 (10:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Nov 2013 16:10:29 +0000 (09:10 -0700)
commitfcd37eb3c1347193935d07a82b84dfc7d418dd05
tree38a0933d5bd43f2d5d43b98c00a6c1bfb8811788
parent1762b57fcbe365c2e3f79769a7fe77942ea3165f
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>
drivers/block/skd_main.c