aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid10.c')
-rw-r--r--drivers/md/raid10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
index fb952000fae2..8e6f6dfddb2b 100644
--- a/drivers/md/raid10.c
+++ b/drivers/md/raid10.c
@@ -712,7 +712,7 @@ static void allow_barrier(conf_t *conf)
712static void freeze_array(conf_t *conf) 712static void freeze_array(conf_t *conf)
713{ 713{
714 /* stop syncio and normal IO and wait for everything to 714 /* stop syncio and normal IO and wait for everything to
715 * go quite. 715 * go quiet.
716 * We increment barrier and nr_waiting, and then 716 * We increment barrier and nr_waiting, and then
717 * wait until barrier+nr_pending match nr_queued+2 717 * wait until barrier+nr_pending match nr_queued+2
718 */ 718 */