git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edfa1f6
)
md: fix some places where mddev_lock return value is not checked.
author
NeilBrown
<neilb@suse.de>
Thu, 14 Nov 2013 06:54:51 +0000
(17:54 +1100)
committer
NeilBrown
<neilb@suse.de>
Tue, 19 Nov 2013 04:19:17 +0000
(15:19 +1100)
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: NeilBrown <neilb@suse.de>
No differences found