commit | 6dcc0cf6cb3120cedc0d4c12171894f3d6415981 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Nov 18 08:21:18 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Nov 18 08:21:18 2014 -0700 |
tree | 7f6867cdc595dd88c6029f1f06ae9af771f09dce | |
parent | 9d135bb8c2a0d2e54b84ebc1b7d41852614fead8 [diff] |
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 <julia.lawall@lip6.fr> Signed-off-by: Jens Axboe <axboe@fb.com>