]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
change fs/file-max to LONG_MAX instead of ULONG_MAX
authorEinsler Lee <shenxiaogll@163.com>
Thu, 4 Jun 2020 07:28:51 +0000 (15:28 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jun 2020 08:30:44 +0000 (10:30 +0200)
Since this has been changed in: https://github.com/systemd/systemd/commit/6e2f78948403a4cce45b9e34311c9577c624f066, the change should be synchronized.

meson_options.txt

index 2a2597912f62308db87fc8b9d173a5a91080a20f..5e6842f9d633dbf299fb63430850c2d8bc662ca8 100644 (file)
@@ -58,7 +58,7 @@ option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'sipha
 option('memory-accounting-default', type : 'boolean',
        description : 'enable MemoryAccounting= by default')
 option('bump-proc-sys-fs-file-max', type : 'boolean',
-       description : 'bump /proc/sys/fs/file-max to ULONG_MAX')
+       description : 'bump /proc/sys/fs/file-max to LONG_MAX')
 option('bump-proc-sys-fs-nr-open', type : 'boolean',
        description : 'bump /proc/sys/fs/nr_open to INT_MAX')
 option('valgrind', type : 'boolean', value : false,