diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index 0f5f709ce94d..ad0ba7bc416d 100644 --- a/include/uapi/linux/fuse.h +++ b/include/uapi/linux/fuse.h @@ -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