diff --git a/src/fuse_create.cpp b/src/fuse_create.cpp index d93a0132..097003f2 100644 --- a/src/fuse_create.cpp +++ b/src/fuse_create.cpp @@ -245,6 +245,14 @@ namespace l } } +constexpr +uint64_t +combine(PassthroughEnum e, + uint64_t m) +{ + return ((((uint64_t)e) << 32) | (m & O_ACCMODE)); +} + namespace FUSE { int