md/raid5: remove setting of ->queue_lock
authorNeilBrown <neilb@suse.de>
Wed, 20 Apr 2011 05:38:07 +0000 (15:38 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 20 Apr 2011 05:38:07 +0000 (15:38 +1000)
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: NeilBrown <neilb@suse.de>

No differences found