Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77068
b: refs/heads/master
c: a8ac631
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Kirch authored and James Bottomley committed Jan 12, 2008
1 parent bd91824 commit 4775f07
Show file tree
Hide file tree
Showing 6 changed files with 564 additions and 888 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1040c99d9fd9de2bf00efae6d91014f890575bdb
refs/heads/master: a8ac6311cc21d78fa284cd43f56df2063f536bf1
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/ulp/iser/iscsi_iser.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ iscsi_iser_recv(struct iscsi_conn *conn,
* iscsi_iser_cmd_init - Initialize iSCSI SCSI_READ or SCSI_WRITE commands
*
**/
static void
static int
iscsi_iser_cmd_init(struct iscsi_cmd_task *ctask)
{
struct iscsi_iser_conn *iser_conn = ctask->conn->dd_data;
Expand All @@ -138,6 +138,7 @@ iscsi_iser_cmd_init(struct iscsi_cmd_task *ctask)
iser_ctask->command_sent = 0;
iser_ctask->iser_conn = iser_conn;
iser_ctask_rdma_init(iser_ctask);
return 0;
}

/**
Expand Down
Loading

0 comments on commit 4775f07

Please sign in to comment.