]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mountpoint-util: remove unused TMPFS_LIMITS_SYS_FS_CGROUP
authorMike Yuan <me@yhndnzj.com>
Wed, 14 May 2025 19:59:37 +0000 (21:59 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 May 2025 00:00:51 +0000 (09:00 +0900)
Follow-up for 6801a9d88afe08648c70e2353b4be8ee04a871e3

src/basic/mountpoint-util.h

index 43e4758143d255adb007022200bc51f856b2b9c9..9b3f2675aeedf17841a11f6851e5098e9e6a32c3 100644 (file)
@@ -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. */