]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
scsi: sr: Reinstate rotational media flag
authorMing Lei <ming.lei@redhat.com>
Wed, 27 Aug 2025 11:35:50 +0000 (19:35 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 31 Aug 2025 01:46:21 +0000 (21:46 -0400)
commit708e2371f77a9d3f2f1d54d1ec835d71b9d0dafe
tree5960ca6a79445776a5a710a1df7987d455146399
parent9dba9a45c348e8460da97c450cddf70b2056deb3
scsi: sr: Reinstate rotational media flag

Reinstate the rotational media flag for the CD-ROM driver. The flag has
been cleared since commit bd4a633b6f7c ("block: move the nonrot flag to
queue_limits") and this breaks some applications.

Move queue limit configuration from get_sectorsize() to
sr_revalidate_disk() and set the rotational flag.

Cc: Christoph Hellwig <hch@lst.de>
Fixes: bd4a633b6f7c ("block: move the nonrot flag to queue_limits")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20250827113550.2614535-1-ming.lei@redhat.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sr.c