]> git.baikalelectronics.ru Git - kernel.git/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)
commitfe4c0c9eea3012ec96b379d030512badea0bee81
tree38a0933d5bd43f2d5d43b98c00a6c1bfb8811788
parent79b5ce72f4ea365b425a1a8d281009105197ed97
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