From: Jens Axboe Date: Fri, 1 Aug 2008 18:32:31 +0000 (+0200) Subject: md: the bitmap code needs to use blk_plug_device_unlocked() X-Git-Tag: v2.6.27-rc2~99^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93769f58078e2a066b56217cae1e343ac5a6b78c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed