]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb15f078c10fca35b22f4cc480adf854339076b7d
tree71ed73834f6163701f368324de46f4b6713390ed
parent9d330c7599a2230377224bd0887d7376554fa865
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