NVMe: Remove the kthread from the wait queue
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 16 Mar 2011 20:45:49 +0000 (16:45 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:00 +0000 (15:53 -0400)
commit3cb967c03926edd2c414082f4cc0feb7b372edae
treebb754d4758929d05e161dcafdab2d914b4361c60
parent7523d834dd1573610078eb1ac0933f6490232f90
NVMe: Remove the kthread from the wait queue

Once there are no more bios on the congestion list, we can stop waking
up the nvme kthread every time a completion happens.

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