aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/namespace.c')
-rw-r--r--fs/namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index 50ca17d3cb45..6c7d31eebba4 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1686,7 +1686,7 @@ static int do_loopback(struct path *path, const char *old_name,
1686 1686
1687 if (IS_ERR(mnt)) { 1687 if (IS_ERR(mnt)) {
1688 err = PTR_ERR(mnt); 1688 err = PTR_ERR(mnt);
1689 goto out; 1689 goto out2;
1690 } 1690 }
1691 1691
1692 err = graft_tree(mnt, path); 1692 err = graft_tree(mnt, path);