Re: [PATCH] scsi: sr: Set rotational feature flag back
From: "Martin K. Petersen" <martin.petersen@oracle.com>
Date: 2025-08-31 02:11:28
Also in:
linux-scsi
From: "Martin K. Petersen" <martin.petersen@oracle.com>
Date: 2025-08-31 02:11:28
Also in:
linux-scsi
On Wed, 27 Aug 2025 19:35:50 +0800, Ming Lei wrote:
Set rotational feature flag back for cd-rom which is really rotational disk,
and the flag is `cleared` since commit bd4a633b6f7c ("block: move the nonrot
flag to queue_limits"). And this way breaks some applications.
Move queue limits configuration from get_sectorsize() to
sr_revalidate_disk(), so that it is more readable to set rotational
feature flag and sector size limit in sr_revalidate_disk().
[...]
Applied to 6.17/scsi-fixes, thanks!
[1/1] scsi: sr: Set rotational feature flag back
https://git.kernel.org/mkp/scsi/c/708e2371f77a
--
Martin K. Petersen