summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/fs_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs_context.c b/fs/fs_context.c
index 746a5871959c..d75ba0eb8c5b 100644
--- a/fs/fs_context.c
+++ b/fs/fs_context.c
@@ -663,7 +663,7 @@ static int legacy_get_tree(struct fs_context *fc)
struct dentry *root;
if (!(fc->sb_flags & (SB_KERNMOUNT|SB_SUBMOUNT))) {
- if (!mount_capable(fc->fs_type, current_user_ns()))
+ if (!mount_capable(fc->fs_type, fc->user_ns))
return -EPERM;
}