Loading fs/namespace.c +2 −0 Original line number Diff line number Diff line Loading @@ -1671,6 +1671,8 @@ int do_add_mount(struct vfsmount *newmnt, struct path *path, { int err; mnt_flags &= ~(MNT_SHARED | MNT_WRITE_HOLD); down_write(&namespace_sem); /* Something was mounted here while we slept */ while (d_mountpoint(path->dentry) && Loading Loading
fs/namespace.c +2 −0 Original line number Diff line number Diff line Loading @@ -1671,6 +1671,8 @@ int do_add_mount(struct vfsmount *newmnt, struct path *path, { int err; mnt_flags &= ~(MNT_SHARED | MNT_WRITE_HOLD); down_write(&namespace_sem); /* Something was mounted here while we slept */ while (d_mountpoint(path->dentry) && Loading