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:
d97a41d
)
md: remove md_mutex locking.
author
NeilBrown
<neilb@suse.de>
Thu, 28 Oct 2010 06:30:21 +0000
(17:30 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 28 Oct 2010 06:30:21 +0000
(17:30 +1100)
lock_kernel calls were recently pushed down into open/release
functions.
md doesn't need that protection.
Then the BKL calls were change to md_mutex. We don't need those
either.
So remove it all.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found