linux/Documentation
Eric Biggers cb29a02d3a 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>
2020-08-06 01:35:05 -04:00
..
2020-06-27 13:12:10 -07:00
2020-06-02 19:59:25 -07:00
2020-06-03 20:59:38 -07:00
2020-06-28 12:16:55 +09:00
2020-05-08 00:12:42 +02:00
2020-06-06 11:01:58 -07:00
2020-06-03 15:13:47 -07:00
2020-06-04 20:11:25 -07:00
2020-06-03 20:59:38 -07:00