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)
commit93769f58078e2a066b56217cae1e343ac5a6b78c
tree71ed73834f6163701f368324de46f4b6713390ed
parent6c5e0c4d518a37e1d5d794c14433e80284415079
md: the bitmap code needs to use blk_plug_device_unlocked()

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>
drivers/md/bitmap.c