NVMe: Add a kthread to handle the congestion list
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 2 Mar 2011 23:37:18 +0000 (18:37 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:58 +0000 (15:52 -0400)
Instead of trying to resubmit I/Os in the I/O completion path (in
interrupt context), wake up a kthread which will resubmit I/O from
user context.  This allows mke2fs to run to completion.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found