mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 13:12:46 +08:00
fuse_create.cpp
This commit is contained in:
parent
d98c9a77e9
commit
b87dbe676d
|
@ -231,15 +231,6 @@ namespace l
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr
|
|
||||||
const
|
|
||||||
uint64_t
|
|
||||||
_(const PassthroughEnum e_,
|
|
||||||
const uint64_t m_)
|
|
||||||
{
|
|
||||||
return ((((uint64_t)e_) << 32) | (m_ & O_ACCMODE));
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace FUSE
|
namespace FUSE
|
||||||
{
|
{
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue
Block a user