commit | 94bbac4052eb93219ca0aa370ca741486b25fb98 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Thu Apr 24 18:53:50 2014 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Mon May 05 10:41:25 2014 -0400 |
tree | ab2d9e4f3a69c4f751d661b7c76f751f4b6fa9c0 | |
parent | 27e8166c31656f7780e682eaf6bc9c3b8dd03253 [diff] |
NVMe: Protect against badly formatted CQEs If a misbehaving device posts a CQE with a command id < depth but for one that was never allocated, the command info will have a callback function set to NULL and we don't want to try invoking that. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>