Hi Linus, Removal of unused code and documentation updates. Please pull! The following changes since commit c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a: Linux 5.18-rc6 (2022-05-08 13:54:17 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.19/cdrom-2022-05-22 for you to fetch changes up to 2e10a1d693b9f1c8921bd797838cff0be7cdd537: cdrom: remove obsolete TODO list (2022-05-15 18:31:28 -0600) ---------------------------------------------------------------- for-5.19/cdrom-2022-05-22 ---------------------------------------------------------------- Enze Li (1): cdrom: make EXPORT_SYMBOL follow exported function Paul Gortmaker (3): cdrom: remove the unused driver specific disc change ioctl cdrom: mark CDROMGETSPINDOWN/CDROMSETSPINDOWN obsolete block: remove last remaining traces of IDE documentation Phillip Potter (1): cdrom: remove obsolete TODO list Documentation/cdrom/cdrom-standard.rst | 10 ---- Documentation/filesystems/proc.rst | 92 +++-------------------------- Documentation/userspace-api/ioctl/cdrom.rst | 6 ++ drivers/block/pktcdvd.c | 2 +- drivers/cdrom/cdrom.c | 38 ++++-------- include/linux/cdrom.h | 1 - include/uapi/linux/cdrom.h | 2 +- 7 files changed, 25 insertions(+), 126 deletions(-) -- Jens Axboe