projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b196a
)
[SCSI] make scsi_end_bidi_request() static
author
Adrian Bunk
<
[email protected]
>
Sun, 30 Mar 2008 22:53:55 +0000
(
01:53
+0300)
committer
James Bottomley
<
[email protected]
>
Mon, 7 Apr 2008 17:19:08 +0000
(12:19 -0500)
This patch makes the needlessly global scsi_end_bidi_request() static.
Signed-off-by: Adrian Bunk <
[email protected]
>
Acked-by: Boaz Harrosh <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/scsi_lib.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_lib.c
b/drivers/scsi/scsi_lib.c
index f40898dc2d1427990926617792a2bcc89f47e465..1b199e15ce9b2d356fa2079d06f8a7e774a24777 100644
(file)
--- a/
drivers/scsi/scsi_lib.c
+++ b/
drivers/scsi/scsi_lib.c
@@
-784,7
+784,7
@@
EXPORT_SYMBOL(scsi_release_buffers);
* in req->data_len and req->next_rq->data_len. The upper-layer driver can
* decide what to do with this information.
*/
-void scsi_end_bidi_request(struct scsi_cmnd *cmd)
+
static
void scsi_end_bidi_request(struct scsi_cmnd *cmd)
{
struct request *req = cmd->request;
unsigned int dlen = req->data_len;