Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
[SCSI] Fix oops caused by queue refcounting failure

+2 -1
+1 -1
drivers/scsi/scsi_scan.c
··· 297 297 kfree(sdev); 298 298 goto out; 299 299 } 300 - 300 + blk_get_queue(sdev->request_queue); 301 301 sdev->request_queue->queuedata = sdev; 302 302 scsi_adjust_queue_depth(sdev, 0, sdev->host->cmd_per_lun); 303 303
+1
drivers/scsi/scsi_sysfs.c
··· 322 322 kfree(evt); 323 323 } 324 324 325 + blk_put_queue(sdev->request_queue); 325 326 /* NULL queue means the device can't be used */ 326 327 sdev->request_queue = NULL; 327 328