Commit fc3dadfb authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

mount: Fix spelling error in a error message

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent af997cce
......@@ -2151,7 +2151,7 @@ static int propagate_mount(struct mount_info *mi)
list_for_each_entry(c, &t->children, siblings) {
if (mounts_equal(mi, c, false)) {
pr_debug("\t\tPropogate %s\n", c->mountpoint);
pr_debug("\t\tPropagate %s\n", c->mountpoint);
c->mounted = true;
propagate_siblings(c);
umount_from_slaves(c);
......
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