commit | 1fa6aeadf18aeebd7a217d7a3a933856448375b6 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Wed Mar 02 18:37:18 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:58 2011 -0400 |
tree | bcedd591c5f73bf98e8c23722c6f2eaeb14c9554 | |
parent | eeee322647a67c20d9277c5e02c42b2126ea74bc [diff] |
NVMe: Add a kthread to handle the congestion list 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>