diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-13 12:00:58 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-13 12:02:45 +0200 |
| commit | 61ed43a86a3721708aeeee72b23bfa1eacd921b2 (patch) | |
| tree | 1eed00dae3f4e2881650f53f34362b33960a0caf /sys/linux/fs_ext4_arm.const | |
| parent | 0e29942f77715486995d996f80f82742812d75a2 (diff) | |
sys/linux: prohibit EXT4_IOC_SHUTDOWN
EXT4_IOC_SHUTDOWN EXT4_IOC_SHUTDOWN on root fs effectively brings the machine down in weird ways.
Diffstat (limited to 'sys/linux/fs_ext4_arm.const')
| -rw-r--r-- | sys/linux/fs_ext4_arm.const | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/linux/fs_ext4_arm.const b/sys/linux/fs_ext4_arm.const index 1c4b4af30..567e20d7b 100644 --- a/sys/linux/fs_ext4_arm.const +++ b/sys/linux/fs_ext4_arm.const @@ -4,9 +4,6 @@ EXT4_COMPR_FL = 4 EXT4_DIRSYNC_FL = 65536 EXT4_EOFBLOCKS_FL = 4194304 EXT4_EXTENTS_FL = 524288 -EXT4_GOING_FLAGS_DEFAULT = 0 -EXT4_GOING_FLAGS_LOGFLUSH = 1 -EXT4_GOING_FLAGS_NOLOGFLUSH = 2 EXT4_IMMUTABLE_FL = 16 EXT4_IOC_ALLOC_DA_BLKS = 26124 EXT4_IOC_GROUP_ADD = 1076127240 |
