Browse Source

fuse_create.cpp

passthrough
Antonio SJ Musumeci 9 months ago
parent
commit
d2d80c78a9
  1. 7
      src/fuse_create.cpp

7
src/fuse_create.cpp

@ -65,6 +65,13 @@ namespace l
return ((flags_ & O_ACCMODE) == O_WRONLY); return ((flags_ & O_ACCMODE) == O_WRONLY);
} }
static
bool
rdwr(const int flags_)
{
return ((flags_ & O_ACCMODE) == O_RDWR);
}
static static
bool bool
calculate_flush(FlushOnClose const flushonclose_, calculate_flush(FlushOnClose const flushonclose_,

Loading…
Cancel
Save