]> Git Repo - linux.git/blobdiff - fs/namespace.c
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / fs / namespace.c
index a45ba4f267fe6e834909f122dd166cdd608dcce5..ad8ea9bc2518e7fcf6fc3914d095eb6338a99693 100644 (file)
@@ -1318,7 +1318,7 @@ SYSCALL_DEFINE2(umount, char __user *, name, int, flags)
        if (!(flags & UMOUNT_NOFOLLOW))
                lookup_flags |= LOOKUP_FOLLOW;
 
-       retval = user_path_at(AT_FDCWD, name, lookup_flags, &path);
+       retval = user_path_umountat(AT_FDCWD, name, lookup_flags, &path);
        if (retval)
                goto out;
        mnt = real_mount(path.mnt);
This page took 0.033464 seconds and 4 git commands to generate.