]> Git Repo - linux.git/blobdiff - fs/namespace.c
Merge remote-tracking branch 'kumar/next' into next
[linux.git] / fs / namespace.c
index d581e45c0a9fd6ada94edd2bb6ea4fe4c7fc9e23..341d3f564082f2367a7f1538255e90bdfbfd8cd2 100644 (file)
@@ -1690,7 +1690,7 @@ static int do_loopback(struct path *path, const char *old_name,
 
        if (IS_ERR(mnt)) {
                err = PTR_ERR(mnt);
-               goto out;
+               goto out2;
        }
 
        err = graft_tree(mnt, path);
This page took 0.029552 seconds and 4 git commands to generate.