Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181295
b: refs/heads/master
c: 230dceb
h: refs/heads/master
i:
  181293: e200f98
  181291: 3428aba
  181287: cf22f5d
  181279: 2d3e81d
v: v3
  • Loading branch information
Jayamohan Kallickal authored and James Bottomley committed Feb 9, 2010
1 parent 5e8d0dc commit 1675872
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: d2eeb1ac35a7146cbd4b1f6bf09bb6384ccdfb0d
refs/heads/master: 230dceb4316da9c8e05c82b64f2527aee95da2ff
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/be2iscsi/be_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ int beiscsi_set_param(struct iscsi_cls_conn *cls_conn,
conn->max_recv_dlength = 65536;
break;
case ISCSI_PARAM_MAX_BURST:
if (session->first_burst > 262144)
session->first_burst = 262144;
if (session->max_burst > 262144)
session->max_burst = 262144;
break;
default:
return 0;
Expand Down

0 comments on commit 1675872

Please sign in to comment.