diff options
| author | Denis Efremov <efremov@linux.com> | 2020-07-22 00:30:59 +0300 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2020-07-22 08:49:14 -0700 |
| commit | 340ea5301c27db4a3678f13acc430e04706a0cc6 (patch) | |
| tree | 7295c86d8917ed4e16adc6a5db5fff0030f17019 /sys/linux/fs_ioctl_ext4_arm.const | |
| parent | 38237e24ca3cd282d51266f5300d69687f5a496e (diff) | |
sys/linux: remove ioctl$EXT4_IOC_SETFLAGS
It duplicates ioctl$FS_IOC_SETFLAGS. There is no need in a
separate definition.
Signed-off-by: Denis Efremov <efremov@linux.com>
Diffstat (limited to 'sys/linux/fs_ioctl_ext4_arm.const')
| -rw-r--r-- | sys/linux/fs_ioctl_ext4_arm.const | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/linux/fs_ioctl_ext4_arm.const b/sys/linux/fs_ioctl_ext4_arm.const index 3e8d370da..863b65f62 100644 --- a/sys/linux/fs_ioctl_ext4_arm.const +++ b/sys/linux/fs_ioctl_ext4_arm.const @@ -1,9 +1,4 @@ # AUTOGENERATED FILE -EXT4_APPEND_FL = 32 -EXT4_COMPR_FL = 4 -EXT4_DIRSYNC_FL = 65536 -EXT4_EXTENTS_FL = 524288 -EXT4_IMMUTABLE_FL = 16 EXT4_IOC_ALLOC_DA_BLKS = 26124 EXT4_IOC_GROUP_ADD = 1076389384 EXT4_IOC_GROUP_EXTEND = 1074030087 @@ -11,16 +6,6 @@ EXT4_IOC_MIGRATE = 26121 EXT4_IOC_MOVE_EXT = 3223873039 EXT4_IOC_PRECACHE_EXTENTS = 26130 EXT4_IOC_RESIZE_FS = 1074292240 -EXT4_IOC_SETFLAGS = 1074030082 EXT4_IOC_SHUTDOWN = 2147768445 EXT4_IOC_SWAP_BOOT = 26129 -EXT4_JOURNAL_DATA_FL = 16384 -EXT4_NOATIME_FL = 128 -EXT4_NODUMP_FL = 64 -EXT4_NOTAIL_FL = 32768 -EXT4_PROJINHERIT_FL = 536870912 -EXT4_SECRM_FL = 1 -EXT4_SYNC_FL = 8 -EXT4_TOPDIR_FL = 131072 -EXT4_UNRM_FL = 2 __NR_ioctl = 54 |
