Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proper open flag semantics are important for some applications and tests such as xfstests generic/130 (for O_TRUNCATE). Pass all open flags from fuse through to the corresponding LKL open syscall, with the exception of O_CREAT, O_EXCL and O_NOCTTY, which fuse handles internally. Other flags may also be filtered out by fuse. Signed-off-by: David Disseldorp <[email protected]>
- Loading branch information