Commit 5b165f9b authored by David S. Miller's avatar David S. Miller

[FC4]: Kill all references to fcp_old_abort.

parent 1395acd9
...@@ -885,12 +885,6 @@ void fcp_queue_empty(fc_channel *fc) ...@@ -885,12 +885,6 @@ void fcp_queue_empty(fc_channel *fc)
} }
} }
int fcp_old_abort(Scsi_Cmnd *SCpnt)
{
printk("FC: Abort not implemented\n");
return 1;
}
int fcp_scsi_abort(Scsi_Cmnd *SCpnt) int fcp_scsi_abort(Scsi_Cmnd *SCpnt)
{ {
/* Internal bookkeeping only. Lose 1 cmd_slots slot. */ /* Internal bookkeeping only. Lose 1 cmd_slots slot. */
......
...@@ -26,7 +26,6 @@ EXPORT_SYMBOL(fc_do_prli); ...@@ -26,7 +26,6 @@ EXPORT_SYMBOL(fc_do_prli);
/* SCSI stuff */ /* SCSI stuff */
EXPORT_SYMBOL(fcp_scsi_queuecommand); EXPORT_SYMBOL(fcp_scsi_queuecommand);
EXPORT_SYMBOL(fcp_old_abort);
EXPORT_SYMBOL(fcp_scsi_abort); EXPORT_SYMBOL(fcp_scsi_abort);
EXPORT_SYMBOL(fcp_scsi_dev_reset); EXPORT_SYMBOL(fcp_scsi_dev_reset);
EXPORT_SYMBOL(fcp_scsi_bus_reset); EXPORT_SYMBOL(fcp_scsi_bus_reset);
......
...@@ -157,7 +157,6 @@ int fc_do_prli(fc_channel *, unsigned char); ...@@ -157,7 +157,6 @@ int fc_do_prli(fc_channel *, unsigned char);
if (fc->state == FC_STATE_ONLINE) if (fc->state == FC_STATE_ONLINE)
int fcp_scsi_queuecommand(Scsi_Cmnd *, void (* done)(Scsi_Cmnd *)); int fcp_scsi_queuecommand(Scsi_Cmnd *, void (* done)(Scsi_Cmnd *));
int fcp_old_abort(Scsi_Cmnd *);
int fcp_scsi_abort(Scsi_Cmnd *); int fcp_scsi_abort(Scsi_Cmnd *);
int fcp_scsi_dev_reset(Scsi_Cmnd *); int fcp_scsi_dev_reset(Scsi_Cmnd *);
int fcp_scsi_bus_reset(Scsi_Cmnd *); int fcp_scsi_bus_reset(Scsi_Cmnd *);
......
...@@ -37,7 +37,6 @@ int fcal_slave_attach(Scsi_Device *); ...@@ -37,7 +37,6 @@ int fcal_slave_attach(Scsi_Device *);
sg_tablesize: 1, \ sg_tablesize: 1, \
cmd_per_lun: 1, \ cmd_per_lun: 1, \
use_clustering: ENABLE_CLUSTERING, \ use_clustering: ENABLE_CLUSTERING, \
abort: fcp_old_abort, \
eh_abort_handler: fcp_scsi_abort, \ eh_abort_handler: fcp_scsi_abort, \
eh_device_reset_handler:fcp_scsi_dev_reset, \ eh_device_reset_handler:fcp_scsi_dev_reset, \
eh_bus_reset_handler: fcp_scsi_bus_reset, \ eh_bus_reset_handler: fcp_scsi_bus_reset, \
......
...@@ -55,7 +55,6 @@ int pluto_slave_attach(Scsi_Device *); ...@@ -55,7 +55,6 @@ int pluto_slave_attach(Scsi_Device *);
sg_tablesize: 1, \ sg_tablesize: 1, \
cmd_per_lun: 1, \ cmd_per_lun: 1, \
use_clustering: ENABLE_CLUSTERING, \ use_clustering: ENABLE_CLUSTERING, \
abort: fcp_old_abort, \
eh_abort_handler: fcp_scsi_abort, \ eh_abort_handler: fcp_scsi_abort, \
eh_device_reset_handler:fcp_scsi_dev_reset, \ eh_device_reset_handler:fcp_scsi_dev_reset, \
eh_bus_reset_handler: fcp_scsi_bus_reset, \ eh_bus_reset_handler: fcp_scsi_bus_reset, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment