Skip to content
Commit 2b7da309 authored by NeilBrown's avatar NeilBrown
Browse files

md/raid5: remove setting of ->queue_lock



We previously needed to set ->queue_lock to match the raid5
device_lock so we could safely use queue_flag_* operations (e.g. for
plugging). which test the ->queue_lock is in fact locked.

However that need has completely gone away and is unlikely to come
back to remove this now-pointless setting.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent f0e615c3
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