Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5b165f9b
Commit
5b165f9b
authored
Oct 28, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FC4]: Kill all references to fcp_old_abort.
parent
1395acd9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
10 deletions
+0
-10
drivers/fc4/fc.c
drivers/fc4/fc.c
+0
-6
drivers/fc4/fc_syms.c
drivers/fc4/fc_syms.c
+0
-1
drivers/fc4/fcp_impl.h
drivers/fc4/fcp_impl.h
+0
-1
drivers/scsi/fcal.h
drivers/scsi/fcal.h
+0
-1
drivers/scsi/pluto.h
drivers/scsi/pluto.h
+0
-1
No files found.
drivers/fc4/fc.c
View file @
5b165f9b
...
@@ -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. */
...
...
drivers/fc4/fc_syms.c
View file @
5b165f9b
...
@@ -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
);
...
...
drivers/fc4/fcp_impl.h
View file @
5b165f9b
...
@@ -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
*
);
...
...
drivers/scsi/fcal.h
View file @
5b165f9b
...
@@ -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, \
...
...
drivers/scsi/pluto.h
View file @
5b165f9b
...
@@ -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, \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment