From: Yu Watanabe Date: Tue, 8 Jan 2019 18:35:55 +0000 (+0900) Subject: core/mount: make mount_setup_existing_unit() not drop MOUNT_PROC_JUST_MOUNTED flag... X-Git-Tag: v241-rc1~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d253a45e1c147f5174265d71d7419da7bd52a88b;p=thirdparty%2Fsystemd.git 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. --- 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