fat: introduce 2 new values for the -o nfs mount option
[pandora-kernel.git] / fs / namespace.c
index d581e45..341d3f5 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);