From: Keith Busch Date: Thu, 4 Dec 2014 00:07:13 +0000 (-0700) Subject: NVMe: Fix command setup on IO retry X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af8785a38d4528d6675247f873b0f1ae29f3be8;p=pandora-kernel.git NVMe: Fix command setup on IO retry On retry, the req->special is pointing to an already setup IOD, but we still need to setup the command context and callback, otherwise you'll see false twice completed errors and leak requests. Signed-off-by: Keith Busch Signed-off-by: Jens Axboe --- Reading git-diff-tree failed