diff options
Diffstat (limited to 'fs/namespace.c')
-rw-r--r-- | fs/namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index b0b15cc2117c..ffa3843404e0 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -1701,7 +1701,7 @@ int do_add_mount(struct vfsmount *newmnt, struct path *path, | |||
1701 | { | 1701 | { |
1702 | int err; | 1702 | int err; |
1703 | 1703 | ||
1704 | mnt_flags &= ~(MNT_SHARED | MNT_WRITE_HOLD); | 1704 | mnt_flags &= ~(MNT_SHARED | MNT_WRITE_HOLD | MNT_INTERNAL); |
1705 | 1705 | ||
1706 | down_write(&namespace_sem); | 1706 | down_write(&namespace_sem); |
1707 | /* Something was mounted here while we slept */ | 1707 | /* Something was mounted here while we slept */ |