| Kernel v2.4.1 /drivers/scsi/sg.c |
|---|
 2.4.1
 drivers
 scsi
 sg.c
diff -u --recursive --new-file v2.4.0/linux/drivers/scsi/sg.c linux/drivers/scsi/sg.c
--- v2.4.0/linux/drivers/scsi/sg.c Thu Jan 4 12:50:17 2001
+++ linux/drivers/scsi/sg.c Mon Jan 15 13:08:15 2001
@@ -694,6 +694,7 @@
(void *)SRpnt->sr_buffer, hp->dxfer_len,
sg_cmd_done_bh, timeout, SG_DEFAULT_RETRIES);
/* dxfer_len overwrites SRpnt->sr_bufflen, hence need for b_malloc_len */
+ generic_unplug_device(&SRpnt->sr_device->request_queue);
return 0;
}
|