This should be a spin_unlock_irq() instead of spin_lock_irq() Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c index 9214e08..8b29cd4 100644 --- a/drivers/md/raid10.c +++ b/drivers/md/raid10.c @@ -2117,7 +2117,7 @@ read_more: mbio->bi_phys_segments = 2; else mbio->bi_phys_segments++; - spin_lock_irq(&conf->device_lock); + spin_unlock_irq(&conf->device_lock); generic_make_request(bio); bio = NULL; -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html