]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-setup: drop outdated comment
authorMike Yuan <me@yhndnzj.com>
Sat, 8 Mar 2025 18:13:44 +0000 (19:13 +0100)
committerMike Yuan <me@yhndnzj.com>
Sat, 8 Mar 2025 18:16:17 +0000 (19:16 +0100)
src/shared/mount-setup.c

index db8c2b61d2a12d65fc6bed623d16c6d3ea677805..93e646d0450b632bab5fe2c1fe85359637612b7b 100644 (file)
@@ -179,7 +179,6 @@ static int mount_one(const MountPoint *p, bool relabel) {
         if (r > 0)
                 return 0;
 
-        /* Skip securityfs in a container */
         if (!FLAGS_SET(p->mode, MNT_IN_CONTAINER) && detect_container() > 0)
                 return 0;