Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263291
b: refs/heads/master
c: 387e96c
h: refs/heads/master
i:
  263289: 1d0103c
  263287: 8d8b338
v: v3
  • Loading branch information
Dan Carpenter authored and Nicholas Bellinger committed Aug 22, 2011
1 parent 42ef93f commit ab03435
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: c2337c709102b343bd917ae00c79b266fb15b871
refs/heads/master: 387e96c05299ca7a0ade874f343f91f0b01086a0
2 changes: 1 addition & 1 deletion trunk/drivers/target/iscsi/iscsi_target_erl1.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static int iscsit_attach_ooo_cmdsn(
*/
list_for_each_entry(ooo_tmp, &sess->sess_ooo_cmdsn_list,
ooo_list) {
while (ooo_tmp->cmdsn < ooo_cmdsn->cmdsn)
if (ooo_tmp->cmdsn < ooo_cmdsn->cmdsn)
continue;

list_add(&ooo_cmdsn->ooo_list,
Expand Down

0 comments on commit ab03435

Please sign in to comment.