提交 35020f1a 编写于 作者: A Andre Noll 提交者: Neil Brown

md: sb_equal(): Fix misleading printk.

Signed-off-by: NAndre Noll <maan@systemlinux.org>
Signed-off-by: NNeil Brown <neilb@suse.de>
上级 7f6ce769
......@@ -564,7 +564,7 @@ static int sb_equal(mdp_super_t *sb1, mdp_super_t *sb2)
if (!tmp1 || !tmp2) {
ret = 0;
printk(KERN_INFO "md.c: sb1 is not equal to sb2!\n");
printk(KERN_INFO "md.c sb_equal(): failed to allocate memory!\n");
goto abort;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册