]> Git Repo - linux.git/commit
compat_ioctl: move cdrom commands into cdrom.c
authorArnd Bergmann <[email protected]>
Thu, 28 Nov 2019 14:55:17 +0000 (15:55 +0100)
committerArnd Bergmann <[email protected]>
Fri, 3 Jan 2020 08:42:52 +0000 (09:42 +0100)
commit64cbfa96551a1511b9babef06afa06a1c6c4e8f5
treeceecacbdd6b77534fd4cba5832727e397dab96b3
parent77b9040195dea3fcddf19e136c9e99a501351778
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
block/compat_ioctl.c
drivers/block/paride/pcd.c
drivers/cdrom/gdrom.c
drivers/ide/ide-cd.c
drivers/scsi/sr.c
This page took 0.05926 seconds and 4 git commands to generate.