]> git.karo-electronics.de Git - karo-tx-linux.git/commit
block: stack unplug
authorShaohua Li <shli@kernel.org>
Thu, 19 Jul 2012 10:49:56 +0000 (20:49 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 19 Jul 2012 10:49:56 +0000 (20:49 +1000)
commit747d8879acc8ff4ac1b8a3937144d18b3d91af0c
tree40977aca5c7445a9d90e303cbbef7ec9572e5483
parent870d9ff5db4988e7d4616a86cc2a8a84f7adb0e6
block: stack unplug

MD raid1 prepares to dispatch request in unplug callback. If make_request in
low level queue also uses unplug callback to dispatch request, the low level
queue's unplug callback will not be called. Recheck the callback list helps
this case.

Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: NeilBrown <neilb@suse.de>
block/blk-core.c