commit | 64cbfa96551a1511b9babef06afa06a1c6c4e8f5 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Nov 28 15:55:17 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jan 03 09:42:52 2020 +0100 |
tree | ceecacbdd6b77534fd4cba5832727e397dab96b3 | |
parent | 77b9040195dea3fcddf19e136c9e99a501351778 [diff] |
compat_ioctl: move cdrom commands into cdrom.c There is no need for the special cases for the cdrom ioctls any more now, so make sure that each cdrom driver has a .compat_ioctl() callback and calls cdrom_compat_ioctl() directly there. Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>