From: Keith Busch Date: Mon, 7 Jul 2014 15:14:42 +0000 (-0600) Subject: NVMe: Call nvme_free_queue directly X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f435c2825b4cc6453b9a1f91418cabbd6ba08cc0;p=pandora-kernel.git NVMe: Call nvme_free_queue directly Rather than relying on call_rcu, this patch directly frees the nvme_queue's memory after ensuring no readers exist. Some arch specific dma_free_coherent implementations may not be called from a call_rcu's soft interrupt context, hence the change. Signed-off-by: Keith Busch Reported-by: Matthew Minter Signed-off-by: Matthew Wilcox Signed-off-by: Jens Axboe --- Reading git-diff-tree failed