Loading fs/namespace.c +4 −4 Original line number Diff line number Diff line Loading @@ -1184,7 +1184,7 @@ void umount_tree(struct mount *mnt, int propagate, struct list_head *kill) list_splice(&tmp_list, kill); } static void shrink_submounts(struct mount *mnt, struct list_head *umounts); static void shrink_submounts(struct mount *mnt); static int do_umount(struct mount *mnt, int flags) { Loading Loading @@ -1262,7 +1262,7 @@ static int do_umount(struct mount *mnt, int flags) event++; if (!(flags & MNT_DETACH)) shrink_submounts(mnt, &unmounted); shrink_submounts(mnt); retval = -EBUSY; if (flags & MNT_DETACH || !propagate_mount_busy(mnt, 2)) { Loading Loading @@ -2145,7 +2145,7 @@ static int select_submounts(struct mount *parent, struct list_head *graveyard) * * vfsmount_lock must be held for write */ static void shrink_submounts(struct mount *mnt, struct list_head *umounts) static void shrink_submounts(struct mount *mnt) { LIST_HEAD(graveyard); struct mount *m; Loading @@ -2156,7 +2156,7 @@ static void shrink_submounts(struct mount *mnt, struct list_head *umounts) m = list_first_entry(&graveyard, struct mount, mnt_expire); touch_mnt_namespace(m->mnt_ns); umount_tree(m, 1, umounts); umount_tree(m, 1, &unmounted); } } } Loading Loading
fs/namespace.c +4 −4 Original line number Diff line number Diff line Loading @@ -1184,7 +1184,7 @@ void umount_tree(struct mount *mnt, int propagate, struct list_head *kill) list_splice(&tmp_list, kill); } static void shrink_submounts(struct mount *mnt, struct list_head *umounts); static void shrink_submounts(struct mount *mnt); static int do_umount(struct mount *mnt, int flags) { Loading Loading @@ -1262,7 +1262,7 @@ static int do_umount(struct mount *mnt, int flags) event++; if (!(flags & MNT_DETACH)) shrink_submounts(mnt, &unmounted); shrink_submounts(mnt); retval = -EBUSY; if (flags & MNT_DETACH || !propagate_mount_busy(mnt, 2)) { Loading Loading @@ -2145,7 +2145,7 @@ static int select_submounts(struct mount *parent, struct list_head *graveyard) * * vfsmount_lock must be held for write */ static void shrink_submounts(struct mount *mnt, struct list_head *umounts) static void shrink_submounts(struct mount *mnt) { LIST_HEAD(graveyard); struct mount *m; Loading @@ -2156,7 +2156,7 @@ static void shrink_submounts(struct mount *mnt, struct list_head *umounts) m = list_first_entry(&graveyard, struct mount, mnt_expire); touch_mnt_namespace(m->mnt_ns); umount_tree(m, 1, umounts); umount_tree(m, 1, &unmounted); } } } Loading