From: Jens Axboe Date: Fri, 1 Nov 2013 16:14:56 +0000 (-0600) Subject: skd: rip out bio path X-Git-Tag: v3.13-rc1~100^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd37eb3c1347193935d07a82b84dfc7d418dd05;p=pandora-kernel.git 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 --- Reading git-diff-tree failed