commit | 48e3d39816416b3bf03dee3a796c0c04427c1a31 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Sun Feb 06 08:51:15 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:55 2011 -0400 |
tree | 81977d3a24d1541078cba64e626bfadc399d2f82 | |
parent | b36235df01ec4141b4e589571d6789076c346d88 [diff] |
NVMe: Detect command IDs completing that are out of range If the adapter completes a command ID that is outside the bounds of the array, return CMD_CTX_INVALID instead of random data, and print a message in the sync_completion handler (which is rapidly becoming the misc completion handler :-) Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>