From 5a3f55c86922747229a9f2c908edcacda733b386 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 12 Jun 2019 13:53:23 +0200 Subject: sys/linux: run make extract and generate Forgot to do it after the last changes in hiddev descriptions. Fuse is also updated. --- sys/linux/fuse_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/fuse_arm.const') diff --git a/sys/linux/fuse_arm.const b/sys/linux/fuse_arm.const index 110ef93b1..49cc40d89 100644 --- a/sys/linux/fuse_arm.const +++ b/sys/linux/fuse_arm.const @@ -22,7 +22,7 @@ FUSE_FLOCK_LOCKS = 1024 FUSE_HANDLE_KILLPRIV = 524288 FUSE_HAS_IOCTL_DIR = 2048 FUSE_IOCTL_RETRY = 4 -FUSE_KERNEL_MINOR_VERSION = 30 +FUSE_KERNEL_MINOR_VERSION = 31 FUSE_KERNEL_VERSION = 7 FUSE_MAX_PAGES = 4194304 FUSE_NOTIFY_DELETE = 6 -- cgit mrf-deployment