On 4/2/24 06:06, Christoph Hellwig wrote:
This is a version of ->slave_configure that also takes a queue_limits structure that the caller applies, and thus allows drivers to reconfigure the queue using the atomic queue limits API. In the long run it should also replace ->slave_configure entirely as there is no need to have two different methods here, and the slave name in addition to being politically charged also has no basis in the SCSI standards or the kernel code.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>