md/bitmap: fix a might_sleep() warning.
authorNeilBrown <neilb@suse.de>
Mon, 2 Feb 2015 06:08:03 +0000 (17:08 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 2 Feb 2015 06:08:03 +0000 (17:08 +1100)
commit 8eb23b9f35aae413140d3fda766a98092c21e9b0
    sched: Debug nested sleeps

causes false-positive warnings in RAID5 code.

This annotation removes them and adds a comment
explaining why there is no real problem.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c

Simple merge