Skip to content

Commit

Permalink
File created bit should have same value as used in libfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
d-hans committed Jun 5, 2023
1 parent b9392ea commit 37f88ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/fuse.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ struct fuse_file_lock {
#define FOPEN_CACHE_DIR (1 << 3)
#define FOPEN_STREAM (1 << 4)
#define FOPEN_NOFLUSH (1 << 5)
#define FOPEN_FILE_CREATED (1 << 6)
#define FOPEN_FILE_CREATED (1 << 7)

/**
* INIT request/reply flags
Expand Down

0 comments on commit 37f88ce

Please sign in to comment.