summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/namespace.c')
-rw-r--r--fs/namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index 7bb2cda3bfef..4a9568b81138 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -2759,6 +2759,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns)
2759 return new_ns; 2759 return new_ns;
2760} 2760}
2761 2761
2762__latent_entropy
2762struct mnt_namespace *copy_mnt_ns(unsigned long flags, struct mnt_namespace *ns, 2763struct mnt_namespace *copy_mnt_ns(unsigned long flags, struct mnt_namespace *ns,
2763 struct user_namespace *user_ns, struct fs_struct *new_fs) 2764 struct user_namespace *user_ns, struct fs_struct *new_fs)
2764{ 2765{