diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-04-14 07:37:58 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-04-14 07:37:58 +0200 |
| commit | ffe85af864abfdea2b4ac1c77a4202cbe0e95c0c (patch) | |
| tree | 03ebf11c9a8f0ce6f104855d9f7d5338c33afa2b /sys/linux/fs_ext4_amd64.const | |
| parent | 7c54686a26b084125103ba5f30ef8e8749eaccae (diff) | |
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
Diffstat (limited to 'sys/linux/fs_ext4_amd64.const')
| -rw-r--r-- | sys/linux/fs_ext4_amd64.const | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
