Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35023
b: refs/heads/master
c: db98ccd
h: refs/heads/master
i:
  35021: 495e23c
  35019: dc10597
  35015: c92726a
  35007: dbb6ba9
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Sep 2, 2006
1 parent 2b67542 commit 533f32e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d5390f5f788f01788e9dfd41ad516a2908901610
refs/heads/master: db98ccde0881b8247acb52dece6d94ed770a7aa5
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/libiscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,8 @@ int iscsi_conn_start(struct iscsi_cls_conn *cls_conn)
return -EPERM;
}

if (session->first_burst > session->max_burst) {
if ((session->imm_data_en || !session->initial_r2t_en) &&
session->first_burst > session->max_burst) {
printk("iscsi: invalid burst lengths: "
"first_burst %d max_burst %d\n",
session->first_burst, session->max_burst);
Expand Down

0 comments on commit 533f32e

Please sign in to comment.