• Ben Collins's avatar
    [PATCH] Register scsi devices after naming them · 4eb7de4f
    Ben Collins authored
    scsi_add_lun doesn't set sdp->devfs_name before calling
    scsi_register_device().  Since scsi_register_device calls down to things
    like sd_probe, which do try to use sdp->devfs_name, things fail.
    
    Just an easy change, moving the sdp->devfs_name creation before calling
    scsi_register_device().
    4eb7de4f
scsi_scan.c 35.7 KB