Revert "FROMLIST: fuse: Fix colliding FUSE_PASSTHROUGH flag"
This reverts commit 4e1d08e6a6.
Change-Id: I87de7ece5b73c53d2148a6d8204e333a7563dbe8
Signed-off-by: Alessio Balsini <balsini@google.com>
This commit is contained in:
parent
9ade88133d
commit
ebc0717b43
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ struct fuse_file_lock {
|
|||
#define FUSE_EXPLICIT_INVAL_DATA (1 << 25)
|
||||
#define FUSE_MAP_ALIGNMENT (1 << 26)
|
||||
#define FUSE_SUBMOUNTS (1 << 27)
|
||||
#define FUSE_PASSTHROUGH (1 << 31)
|
||||
#define FUSE_PASSTHROUGH (1 << 28)
|
||||
|
||||
/**
|
||||
* CUSE INIT request/reply flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue