NVMe: Add support for timing out I/Os
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 12 May 2011 17:50:28 +0000 (13:50 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:02 +0000 (15:53 -0400)
commit8de055350fbaa96b6563892c195a60be583faa9c
tree2fc1f69751cb553422dedc6ce0514e64926b1b39
parent21075bdee0a6f56058920d889df4ae561bfed754
NVMe: Add support for timing out I/Os

In the kthread, walk the list of outstanding I/Os and check they've not
hit the timeout.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c