From: Mike Yuan Date: Wed, 14 May 2025 19:59:37 +0000 (+0200) Subject: mountpoint-util: remove unused TMPFS_LIMITS_SYS_FS_CGROUP X-Git-Tag: v258-rc1~602 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946eea7a7fc3e684839b3fd52d6425146fd1598f;p=thirdparty%2Fsystemd.git mountpoint-util: remove unused TMPFS_LIMITS_SYS_FS_CGROUP Follow-up for 6801a9d88afe08648c70e2353b4be8ee04a871e3 --- diff --git a/src/basic/mountpoint-util.h b/src/basic/mountpoint-util.h index 43e4758143d..9b3f2675aee 100644 --- a/src/basic/mountpoint-util.h +++ b/src/basic/mountpoint-util.h @@ -19,7 +19,6 @@ /* Very little, if any use expected */ #define TMPFS_LIMITS_EMPTY_OR_ALMOST ",size=4m,nr_inodes=1k" #define TMPFS_LIMITS_SYS TMPFS_LIMITS_EMPTY_OR_ALMOST -#define TMPFS_LIMITS_SYS_FS_CGROUP TMPFS_LIMITS_EMPTY_OR_ALMOST /* On an extremely small device with only 256MB of RAM, 20% of RAM should be enough for the re-execution of * PID1 because 16MB of free space is required. */