From: Sam Bradshaw Date: Wed, 10 Dec 2014 20:00:31 +0000 (-0700) Subject: NVMe: fix freeing of wrong request in abort path X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87fd5407e1aa1cfc6b393b03bf67010cf643dbe;p=pandora-kernel.git NVMe: fix freeing of wrong request in abort path We allocate 'abort_req', but free 'req' in case of an error submitting the IO. Signed-off-by: Sam Bradshaw Signed-off-by: Jens Axboe --- Reading git-diff-tree failed