Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15618
b: refs/heads/master
c: 0d2f165
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Dec 14, 2005
1 parent 28bb08d commit 563a9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ad94c9340a76db187166f2342ba0ff568dc7801f
refs/heads/master: 0d2f16559a9015c4daa8babfc443bf2b8740fbd9
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/iscsi_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ iscsi_hdr_recv(struct iscsi_conn *conn)
}

/* save opcode for later */
conn->in.opcode = hdr->opcode;
conn->in.opcode = hdr->opcode & ISCSI_OPCODE_MASK;

/* verify itt (itt encoding: age+cid+itt) */
if (hdr->itt != cpu_to_be32(ISCSI_RESERVED_TAG)) {
Expand Down

0 comments on commit 563a9a3

Please sign in to comment.