]> Pileus Git - ~andy/linux/commit
NVMe: Handle the congestion list a little better
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 7 Feb 2011 17:45:24 +0000 (12:45 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:56 +0000 (15:52 -0400)
commit9294bbed78926a895516ec016ba23033f58d1a88
tree84eb4ea0d153e0ad6d7b629e867f9d93a39506b5
parente85248e516c550382ba33ca325c272a0ca397e44
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>
drivers/block/nvme.c