commit | f703604b30958312e64a5b7fc74c606a2ececc15 | [log] [tgz] |
---|---|---|
author | Julian Stecklina <jsteckli@amazon.de> | Tue Oct 03 15:47:17 2017 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Oct 06 09:16:58 2017 -0400 |
tree | 668a56423c5897f74e3b4294230a5808192977f1 | |
parent | 4b48839999c696b732ee6b2a03b18a47d9d324c2 [diff] |
nvme: fix out of memory behavior If the allocation of I/O queues ran out of memory, the code would fail to detect that and happily use these queues at address zero. For me this happens for systems with more than 7 NVMe controllers. Fix the out of memory handling to gracefully handle this case. Signed-off-by: Julian Stecklina <jsteckli@amazon.de>