md: the bitmap code needs to use blk_plug_device_unlocked()
authorJens Axboe <jens.axboe@oracle.com>
Fri, 1 Aug 2008 18:32:31 +0000 (20:32 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 1 Aug 2008 18:32:31 +0000 (20:32 +0200)
It doesn't hold the queue lock, so it's both racey on the queue flags
and thus spews a warning.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found