Skip to content
Commit 03264ddd authored by Adam Williamson's avatar Adam Williamson Committed by Martin K. Petersen
Browse files

scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropriate places

Arnd Bergmann inadvertently typoed these in d320a955 and 64cbfa96;
they seem to be the cause of
https://bugzilla.redhat.com/show_bug.cgi?id=1801353 , invalid SCSI commands
when udev tries to query a DVD drive.

[arnd] Found another instance of the same bug, also introduced in my
compat_ioctl series.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=1801353
Link: https://lore.kernel.org/r/20200219165139.3467320-1-arnd@arndb.de


Fixes: c103d6ee ("compat_ioctl: ide: floppy: add handler")
Fixes: 64cbfa96 ("compat_ioctl: move cdrom commands into cdrom.c")
Fixes: d320a955 ("compat_ioctl: scsi: move ioctl handling into drivers")
Bisected-by: default avatarChris Murphy <bugzilla@colorremedies.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent a3fd4bfe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment