Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41345
b: refs/heads/master
c: 3c8edf0
h: refs/heads/master
i:
  41343: 998168c
v: v3
  • Loading branch information
Arne Redlich authored and Roland Dreier committed Nov 29, 2006
1 parent 6810bb0 commit 3114619
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: e31353eaeca736981ec13b46089d30147342b28b
refs/heads/master: 3c8edf0eca2e47340c960b2f27c659c097118ffe
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,8 @@ static ssize_t srp_create_target(struct class_device *class_dev,
if (!target_host)
return -ENOMEM;

target_host->max_lun = SRP_MAX_LUN;
target_host->max_lun = SRP_MAX_LUN;
target_host->max_cmd_len = sizeof ((struct srp_cmd *) (void *) 0L)->cdb;

target = host_to_target(target_host);

Expand Down

0 comments on commit 3114619

Please sign in to comment.