Browse Source

fuse_create.cpp

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
6d927bc642
  1. 14
      src/fuse_create.cpp

14
src/fuse_create.cpp

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

Loading…
Cancel
Save