Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271076
b: refs/heads/master
c: 860eca2
h: refs/heads/master
v: v3
  • Loading branch information
Vasu Dev authored and James Bottomley committed Oct 2, 2011
1 parent 369a740 commit 10b46ec
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: d1483bb90a01ec68c2f6dc8842ce2d449cd6d6d0
refs/heads/master: 860eca2b2bf90c513c1d6d9f889b3e0801e7ac08
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ MODULE_DESCRIPTION("FCoE");
MODULE_LICENSE("GPL v2");

/* Performance tuning parameters for fcoe */
static unsigned int fcoe_ddp_min;
static unsigned int fcoe_ddp_min = 4096;
module_param_named(ddp_min, fcoe_ddp_min, uint, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(ddp_min, "Minimum I/O size in bytes for " \
"Direct Data Placement (DDP).");
Expand Down

0 comments on commit 10b46ec

Please sign in to comment.