* [2.6 patch] make scsi_end_bidi_request() static
@ 2008-02-13 21:29 Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-02-13 21:29 UTC (permalink / raw)
To: Boaz Harrosh, James Bottomley; +Cc: linux-kernel, linux-scsi
This patch makes the needlessly global scsi_end_bidi_request() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
48e50a33ee11afb02eadc790ae2d9542b0805608
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index b12fb31..148c8b0 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -785,7 +785,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;
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [2.6 patch] make scsi_end_bidi_request() static
@ 2008-02-27 21:20 Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2008-02-27 21:20 UTC (permalink / raw)
To: Boaz Harrosh, James Bottomley; +Cc: linux-kernel, linux-scsi
This patch makes the needlessly global scsi_end_bidi_request() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
This patch has been sent on:
- 13 Feb 2008
48e50a33ee11afb02eadc790ae2d9542b0805608
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index b12fb31..148c8b0 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -785,7 +785,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;
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [2.6 patch] make scsi_end_bidi_request() static
@ 2008-03-30 22:53 Adrian Bunk
2008-03-31 7:19 ` Boaz Harrosh
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2008-03-30 22:53 UTC (permalink / raw)
To: Boaz Harrosh, James Bottomley; +Cc: linux-kernel, linux-scsi
This patch makes the needlessly global scsi_end_bidi_request() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
This patch has been sent on:
- 27 Feb 2008
- 13 Feb 2008
48e50a33ee11afb02eadc790ae2d9542b0805608
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index b12fb31..148c8b0 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -785,7 +785,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;
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [2.6 patch] make scsi_end_bidi_request() static
2008-03-30 22:53 [2.6 patch] make scsi_end_bidi_request() static Adrian Bunk
@ 2008-03-31 7:19 ` Boaz Harrosh
0 siblings, 0 replies; 4+ messages in thread
From: Boaz Harrosh @ 2008-03-31 7:19 UTC (permalink / raw)
To: Adrian Bunk; +Cc: James Bottomley, linux-kernel, linux-scsi
On Mon, Mar 31 2008 at 1:53 +0300, Adrian Bunk <bunk@kernel.org> wrote:
> This patch makes the needlessly global scsi_end_bidi_request() static.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
>
> This patch has been sent on:
> - 27 Feb 2008
> - 13 Feb 2008
>
> 48e50a33ee11afb02eadc790ae2d9542b0805608
> diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
> index b12fb31..148c8b0 100644
> --- a/drivers/scsi/scsi_lib.c
> +++ b/drivers/scsi/scsi_lib.c
> @@ -785,7 +785,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;
>
> --
I thought it went in. Yes it is good. Sorry about that.
Boaz
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-31 7:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30 22:53 [2.6 patch] make scsi_end_bidi_request() static Adrian Bunk
2008-03-31 7:19 ` Boaz Harrosh
-- strict thread matches above, loose matches on Subject: below --
2008-02-27 21:20 Adrian Bunk
2008-02-13 21:29 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox