diff options
author | Eric Biggers <ebiggers@google.com> | 2020-07-14 16:09:09 -0700 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-08-06 01:35:05 -0400 |
commit | cb29a02d3a9d51c749f556b3bbf6551fbc0454eb (patch) | |
tree | 6d850bc26e733309ab10982f15aafb18219f9182 /README | |
parent | 2a12e147da38807f8aab03c92de99a70ab983a96 (diff) | |
download | linux-cb29a02d3a9d51c749f556b3bbf6551fbc0454eb.tar.bz2 |
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 'README')
0 files changed, 0 insertions, 0 deletions