Commit efd8be2a authored by NeilBrown's avatar NeilBrown Committed by Linus Torvalds

[PATCH] md: remove a stray debugging printk.

Signed-off-by: default avatarNeil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4dcef524
...@@ -3484,7 +3484,6 @@ static void md_do_sync(mddev_t *mddev) ...@@ -3484,7 +3484,6 @@ static void md_do_sync(mddev_t *mddev)
goto skip; goto skip;
} }
ITERATE_MDDEV(mddev2,tmp) { ITERATE_MDDEV(mddev2,tmp) {
printk(".");
if (mddev2 == mddev) if (mddev2 == mddev)
continue; continue;
if (mddev2->curr_resync && if (mddev2->curr_resync &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment