From 6203b319d7a5e3b8a7402af1ab6052d2f96a873b Mon Sep 17 00:00:00 2001 From: Chris Dunlop Date: Wed, 19 Oct 2011 16:48:26 +1100 Subject: [PATCH] --- yaml --- r: 269273 b: refs/heads/master c: 751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e h: refs/heads/master i: 269271: a732dd33b26a58d2520d38674543b80503e5341a v: v3 --- [refs] | 2 +- trunk/drivers/md/md.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2552a8f7a280..ed3768456015 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d70ed2e4fafdbef0800e73942482bb075c21578b +refs/heads/master: 751e67ca2e2790e9b9b187557d5ba6f96b6c4a7e diff --git a/trunk/drivers/md/md.c b/trunk/drivers/md/md.c index e8d198da917c..266e82ebaf11 100644 --- a/trunk/drivers/md/md.c +++ b/trunk/drivers/md/md.c @@ -741,8 +741,8 @@ static void mddev_unlock(struct mddev * mddev) } else mutex_unlock(&mddev->reconfig_mutex); - /* was we've dropped the mutex we need a spinlock to - * make sur the thread doesn't disappear + /* As we've dropped the mutex we need a spinlock to + * make sure the thread doesn't disappear */ spin_lock(&pers_lock); md_wakeup_thread(mddev->thread);