diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 13:40:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 13:40:11 +0100 |
| commit | 1e8208402d9c84d5f3ee6e33b63db8befbf61032 (patch) | |
| tree | 0ba7960b0df43587ff36adde61a41359802acf8e /sys/linux/fuse_arm.const | |
| parent | d34313cd5d5c25ea3a914140f25168738dc96aef (diff) | |
sys/linux: regenerate and fix const files
1. Move fsverity descriptions to a separate file which
is not regenerated automatically. It was dropped from linux-next.
2. Fix tlk_device.txt name in syz-extract.
3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/.
4. Regenerate const files on current upstream head.
Diffstat (limited to 'sys/linux/fuse_arm.const')
| -rw-r--r-- | sys/linux/fuse_arm.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/fuse_arm.const b/sys/linux/fuse_arm.const index 86f789b90..a0cd882c0 100644 --- a/sys/linux/fuse_arm.const +++ b/sys/linux/fuse_arm.const @@ -18,7 +18,7 @@ FUSE_FLOCK_LOCKS = 1024 FUSE_HANDLE_KILLPRIV = 524288 FUSE_HAS_IOCTL_DIR = 2048 FUSE_IOCTL_RETRY = 4 -FUSE_KERNEL_MINOR_VERSION = 28 +FUSE_KERNEL_MINOR_VERSION = 29 FUSE_KERNEL_VERSION = 7 FUSE_NOTIFY_DELETE = 6 FUSE_NOTIFY_INVAL_ENTRY = 3 |
