Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320919
b: refs/heads/master
c: fe86cdc
h: refs/heads/master
i:
  320917: ddad08a
  320915: 598c290
  320911: 26464ef
v: v3
  • Loading branch information
Mike Snitzer authored and Jens Axboe committed Aug 1, 2012
1 parent e63168e commit 303d689
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a051661ca6d134c18599498b185b667859d4339b
refs/heads/master: fe86cdcef73ba19a2246a124f0ddbd19b14fb549
3 changes: 1 addition & 2 deletions trunk/block/blk-settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ void blk_set_stacking_limits(struct queue_limits *lim)
lim->discard_zeroes_data = 1;
lim->max_segments = USHRT_MAX;
lim->max_hw_sectors = UINT_MAX;

lim->max_sectors = BLK_DEF_MAX_SECTORS;
lim->max_sectors = UINT_MAX;
}
EXPORT_SYMBOL(blk_set_stacking_limits);

Expand Down

0 comments on commit 303d689

Please sign in to comment.