md.c: trivial comment fix
Trivial comment fix Signed-off-by: Chris Dunlop <chris@onthe.net.au> Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
@@ -741,8 +741,8 @@ static void mddev_unlock(struct mddev * mddev)
|
|||||||
} else
|
} else
|
||||||
mutex_unlock(&mddev->reconfig_mutex);
|
mutex_unlock(&mddev->reconfig_mutex);
|
||||||
|
|
||||||
/* was we've dropped the mutex we need a spinlock to
|
/* As we've dropped the mutex we need a spinlock to
|
||||||
* make sur the thread doesn't disappear
|
* make sure the thread doesn't disappear
|
||||||
*/
|
*/
|
||||||
spin_lock(&pers_lock);
|
spin_lock(&pers_lock);
|
||||||
md_wakeup_thread(mddev->thread);
|
md_wakeup_thread(mddev->thread);
|
||||||
|
Reference in New Issue
Block a user