md/raid5: Protect some more code with ->device_lock.
authorNeilBrown <neilb@suse.de>
Tue, 26 Jul 2011 01:20:35 +0000 (11:20 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 26 Jul 2011 01:20:35 +0000 (11:20 +1000)
Other places that change or follow dev->towrite and dev->written take
the device_lock as well as the sh->lock.
So it should really be held in these places too.
Also, doing so will allow sh->lock to be discarded.

with merged fixes by: Namhyung Kim <namhyung@gmail.com>

Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Namhyung Kim <namhyung@gmail.com>

No differences found