Skip to content
Commit 29f097c4 authored by NeilBrown's avatar NeilBrown
Browse files

md: fix some places where mddev_lock return value is not checked.



Sometimes we need to lock and mddev and cannot cope with
failure due to interrupt.
In these cases we should use mutex_lock, not mutex_lock_interruptible.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent edfa1f65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment