Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88559
b: refs/heads/master
c: 0a22ab9
h: refs/heads/master
i:
  88557: cf1ba3e
  88555: 3ad2ffd
  88551: ebf95f3
  88543: 0294ea8
v: v3
  • Loading branch information
Erez Zilber authored and Roland Dreier committed Apr 17, 2008
1 parent 9b19fc2 commit 2e70660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 068c4ea1bb9ef733961d3d7a104fa9250ba80087
refs/heads/master: 0a22ab92f51478796d5f3997f4f5922409c98b10
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/ulp/iser/iser_initiator.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ int iser_send_data_out(struct iscsi_conn *conn,
struct iser_dto *send_dto = NULL;
unsigned long buf_offset;
unsigned long data_seg_len;
unsigned int itt;
uint32_t itt;
int err = 0;

if (!iser_conn_state_comp(iser_conn->ib_conn, ISER_CONN_UP)) {
Expand All @@ -416,7 +416,7 @@ int iser_send_data_out(struct iscsi_conn *conn,
if (iser_check_xmit(conn, ctask))
return -ENOBUFS;

itt = ntohl(hdr->itt);
itt = (__force uint32_t)hdr->itt;
data_seg_len = ntoh24(hdr->dlength);
buf_offset = ntohl(hdr->offset);

Expand Down

0 comments on commit 2e70660

Please sign in to comment.