From ffe85af864abfdea2b4ac1c77a4202cbe0e95c0c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 14 Apr 2020 07:37:58 +0200 Subject: sys/linux: regenerate consts On the current linux-next: f19bb13a0eaf0034a603e3b54a7c3a50faf6821e (next-20200414) EXT4_EOFBLOCKS_FL was removed by 4337ecd1fe997d2b2135b4434caaccdb47c10c06 ARM does not support KVM anymore, removed by 541ad0150ca4 ("arm: Remove 32bit KVM host support"). Fixes #1676 --- sys/linux/fs_ext4_amd64.const | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/fs_ext4_amd64.const') diff --git a/sys/linux/fs_ext4_amd64.const b/sys/linux/fs_ext4_amd64.const index 6957ecc95..6d10ab181 100644 --- a/sys/linux/fs_ext4_amd64.const +++ b/sys/linux/fs_ext4_amd64.const @@ -2,7 +2,6 @@ EXT4_APPEND_FL = 32 EXT4_COMPR_FL = 4 EXT4_DIRSYNC_FL = 65536 -EXT4_EOFBLOCKS_FL = 4194304 EXT4_EXTENTS_FL = 524288 EXT4_IMMUTABLE_FL = 16 EXT4_IOC_ALLOC_DA_BLKS = 26124 -- cgit mrf-deployment