diff --git a/[refs] b/[refs] index 10b1b6c21e5e..5cbaffdfb374 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dded4f4d5048e64a01cf52eed4d27c8cb2600525 +refs/heads/master: 5cc4a0341a1295ea56b2e62eb70d96d8fdb94ded diff --git a/trunk/fs/namespace.c b/trunk/fs/namespace.c index 1c09cab8f7cf..a40685d800a8 100644 --- a/trunk/fs/namespace.c +++ b/trunk/fs/namespace.c @@ -1990,7 +1990,7 @@ static struct mnt_namespace *dup_mnt_ns(struct mnt_namespace *mnt_ns, if (!new_ns->root) { up_write(&namespace_sem); kfree(new_ns); - return ERR_PTR(-ENOMEM);; + return ERR_PTR(-ENOMEM); } spin_lock(&vfsmount_lock); list_add_tail(&new_ns->list, &new_ns->root->mnt_list);