diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2022-05-15 22:58:31 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-05-16 02:31:28 +0200 |
commit | 8fa10ee183c3a1ecb53e81c95895ed5bc2a5530a (patch) | |
tree | 7f32f18964869a3b10e8df84b3a3a9b0836b60d5 /include | |
parent | cdrom: remove the unused driver specific disc change ioctl (diff) | |
download | linux-8fa10ee183c3a1ecb53e81c95895ed5bc2a5530a.tar.xz linux-8fa10ee183c3a1ecb53e81c95895ed5bc2a5530a.zip |
cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete
These were only implemented by the IDE CD driver, which has since
been removed. Given that nobody is likely to create new CD/DVD
hardware (and associated drivers) we can mark these appropriately.
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Link: https://lore.kernel.org/all/20220427132436.12795-3-paul.gortmaker@windriver.com
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220515205833.944139-4-phil@philpotter.co.uk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/cdrom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/cdrom.h b/include/uapi/linux/cdrom.h index 804ff8d98f71..011e594e4a0d 100644 --- a/include/uapi/linux/cdrom.h +++ b/include/uapi/linux/cdrom.h @@ -103,7 +103,7 @@ #define CDROMREADALL 0x5318 /* read all 2646 bytes */ /* - * These ioctls are (now) only in ide-cd.c for controlling + * These ioctls were only in (now removed) ide-cd.c for controlling * drive spindown time. They should be implemented in the * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10, * GPCMD_MODE_SENSE_10 and the GPMODE_POWER_PAGE... |