mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
remove usage of UINT32_MAX macro
This commit is contained in:
parent
746bb68a0c
commit
53e3284b26
@ -33,6 +33,7 @@
|
||||
#include "rwlock.hpp"
|
||||
#include "fs.hpp"
|
||||
|
||||
#define MINFREESPACE_DEFAULT (4294967295)
|
||||
#define POLICYINIT(X) X(policies[FuseFunc::Enum::X])
|
||||
|
||||
using std::string;
|
||||
@ -44,7 +45,7 @@ namespace mergerfs
|
||||
: destmount(),
|
||||
srcmounts(),
|
||||
srcmountslock(),
|
||||
minfreespace(UINT32_MAX),
|
||||
minfreespace(MINFREESPACE_DEFAULT),
|
||||
moveonenospc(false),
|
||||
POLICYINIT(access),
|
||||
POLICYINIT(chmod),
|
||||
|
Loading…
x
Reference in New Issue
Block a user