diff options
author | Eric Biggers <ebiggers@google.com> | 2020-07-15 01:09:09 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-08-06 07:35:05 +0200 |
commit | cb29a02d3a9d51c749f556b3bbf6551fbc0454eb (patch) | |
tree | 6d850bc26e733309ab10982f15aafb18219f9182 /fs/ext4/mballoc.c | |
parent | ext4: don't hardcode bit values in EXT4_FL_USER_* (diff) | |
download | linux-cb29a02d3a9d51c749f556b3bbf6551fbc0454eb.tar.xz linux-cb29a02d3a9d51c749f556b3bbf6551fbc0454eb.zip |
ext4: use generic names for generic ioctls
Don't define EXT4_IOC_* aliases to ioctls that already have a generic
FS_IOC_* name. These aliases are unnecessary, and they make it unclear
which ioctls are ext4-specific and which are generic.
Exception: leave EXT4_IOC_GETVERSION_OLD and EXT4_IOC_SETVERSION_OLD
as-is for now, since renaming them to FS_IOC_GETVERSION and
FS_IOC_SETVERSION would probably make them more likely to be confused
with EXT4_IOC_GETVERSION and EXT4_IOC_SETVERSION which also exist.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200714230909.56349-1-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/mballoc.c')
0 files changed, 0 insertions, 0 deletions