commit | 9294bbed78926a895516ec016ba23033f58d1a88 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Mon Feb 07 12:45:24 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:56 2011 -0400 |
tree | 84eb4ea0d153e0ad6d7b629e867f9d93a39506b5 | |
parent | e85248e516c550382ba33ca325c272a0ca397e44 [diff] |
NVMe: Handle the congestion list a little better In the bio completion handler, check for bios on the congestion list for this NVM queue. Also, lock the congestion list in the make_request function as the queue may end up being shared between multiple CPUs. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>