From: Bob Liu Date: Mon, 13 Jul 2015 09:55:24 +0000 (+0800) Subject: xen-blkfront: convert to blk-mq APIs X-Git-Tag: omap-for-v4.3/fixes-rc1~72^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907c3eb18e0bd86ca12a9de80befe8e3647bac3e;p=pandora-kernel.git xen-blkfront: convert to blk-mq APIs Note: This patch is based on original work of Arianna's internship for GNOME's Outreach Program for Women. Only one hardware queue is used now, so there is no significant performance change The legacy non-mq code is deleted completely which is the same as other drivers like virtio, mtip, and nvme. Also dropped one unnecessary holding of info->io_lock when calling blk_mq_stop_hw_queues(). Signed-off-by: Arianna Avanzini Signed-off-by: Bob Liu Reviewed-by: Christoph Hellwig Acked-by: Jens Axboe Signed-off-by: David Vrabel --- Reading git-diff-tree failed