Files
Centos-kernel-stream-10/drivers/message
Ming Lei 492e9ca900 scsi: switch ->bios_param() to passing gendisk
JIRA: https://issues.redhat.com/browse/RHEL-144763

commit 3eb50369c09efb0f668a7f568a7e6f7cf4194cde
Author: Al Viro <viro@zeniv.linux.org.uk>
Date:   Tue May 21 23:22:01 2024 -0400

    scsi: switch ->bios_param() to passing gendisk

    Instances are passed struct block_device *bdev argument; the only thing
    it is used for (if it's used in the first place) is bdev->bd_disk.
    Might as well pass that in the first place...

    Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
    Reviewed-by: Christoph Hellwig <hch@lst.de>
    Acked-by: Jens Axboe <axboe@kernel.dk>
    Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Signed-off-by: Ming Lei <ming.lei@redhat.com>
2026-02-28 19:32:21 +08:00
..