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:
4ed8731
)
md: avoid taking the mutex on some ioctls.
author
NeilBrown
<neilb@suse.de>
Thu, 11 Oct 2012 02:37:33 +0000
(13:37 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 11 Oct 2012 02:37:33 +0000
(13:37 +1100)
Some ioctls don't need to take the mutex and doing so can cause
a delay as it is held during super-block update.
So move those ioctls out of the mutex and rely on rcu locking
to ensure we don't access stale data.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found