Skip to content
Commit 1ca69c4b authored by NeilBrown's avatar NeilBrown
Browse files

md: avoid taking the mutex on some ioctls.



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: default avatarNeilBrown <neilb@suse.de>
parent 4ed8731d
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