From d253a45e1c147f5174265d71d7419da7bd52a88b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 9 Jan 2019 03:35:55 +0900 Subject: [PATCH] core/mount: make mount_setup_existing_unit() not drop MOUNT_PROC_JUST_MOUNTED flag from units This fixes a bug introduced by ec88d1ea0591beccab97d9096fd3fd7b09bc823c. Fixes #11362. --- src/core/mount.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/mount.c b/src/core/mount.c index ead9bc1f441..4c5a02948c6 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1528,10 +1528,10 @@ static int mount_setup_existing_unit( if (r > 0) flags |= MOUNT_PROC_JUST_CHANGED; - if (!MOUNT(u)->from_proc_self_mountinfo) { + if (!MOUNT(u)->from_proc_self_mountinfo || FLAGS_SET(MOUNT(u)->proc_flags, MOUNT_PROC_JUST_MOUNTED)) flags |= MOUNT_PROC_JUST_MOUNTED; - MOUNT(u)->from_proc_self_mountinfo = true; - } + + MOUNT(u)->from_proc_self_mountinfo = true; if (IN_SET(u->load_state, UNIT_NOT_FOUND, UNIT_BAD_SETTING, UNIT_ERROR)) { /* The unit was previously not found or otherwise not loaded. Now that the unit shows up in