From: Jens Axboe Date: Tue, 18 Nov 2014 15:21:18 +0000 (-0700) Subject: NVMe: nvme_submit_async_admin_req() must use atomic rq allocation X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcc0cf6cb3120cedc0d4c12171894f3d6415981;p=pandora-kernel.git NVMe: nvme_submit_async_admin_req() must use atomic rq allocation We are called for async event notification issues, and the nvmeq lock is already held. If we fail the request allocation, we'll just retry next time. Reported-by: Julia Lawall Signed-off-by: Jens Axboe --- Reading git-diff-tree failed