aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_fuse.txt.const
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2024-05-14 14:28:32 +0200
committerAlexander Potapenko <glider@google.com>2024-05-15 07:43:37 +0000
commit65b399c4ab8f20ec1c674dde391720828ff872b7 (patch)
tree506b11c631d7c6b6ad755b0a13ec5976c2b5337e /sys/linux/fs_fuse.txt.const
parentfdb4c10ce6d49163d1f57463d7ca0ae22b71e765 (diff)
sys/linux: run make extract
Make the following changes for extraction to succeed: - drop the KVM API constants for features removed in 6.9; - hardcode the three TUNNEL_*_OPT constants that cannot be extracted due to a header change; - hardcode the HCI_OP_* constants removed in 99fca36c8b412 ("Bluetooth: HCI: Remove HCI_AMP support"); - hardcode the L2CAP_* constants removed in e7b02296fb40 ("Bluetooth: Remove BT_HS"); - hardcode LANDLOCK_ACCESS_FS_IOCTL_DEV until it hits upstream.
Diffstat (limited to 'sys/linux/fs_fuse.txt.const')
-rw-r--r--sys/linux/fs_fuse.txt.const2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/fs_fuse.txt.const b/sys/linux/fs_fuse.txt.const
index 4be173c01..84a36799d 100644
--- a/sys/linux/fs_fuse.txt.const
+++ b/sys/linux/fs_fuse.txt.const
@@ -23,7 +23,7 @@ FUSE_FLOCK_LOCKS = 1024
FUSE_HANDLE_KILLPRIV = 524288
FUSE_HAS_IOCTL_DIR = 2048
FUSE_IOCTL_RETRY = 4
-FUSE_KERNEL_MINOR_VERSION = 39
+FUSE_KERNEL_MINOR_VERSION = 40
FUSE_KERNEL_VERSION = 7
FUSE_MAX_PAGES = 4194304
FUSE_MIN_READ_BUFFER = 8192