Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309612
b: refs/heads/master
c: 6c8ab69
h: refs/heads/master
v: v3
  • Loading branch information
Asai Thambi S P authored and Jens Axboe committed May 31, 2012
1 parent bea2415 commit d022cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d02e1f0ad098b3b36853d639e9befeb273c63cc5
refs/heads/master: 6c8ab69818e9469c864eea7d47c3d1c36ecd1e95
3 changes: 3 additions & 0 deletions trunk/drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3633,7 +3633,10 @@ static int mtip_block_initialize(struct driver_data *dd)
set_bit(QUEUE_FLAG_NONROT, &dd->queue->queue_flags);
blk_queue_max_segments(dd->queue, MTIP_MAX_SG);
blk_queue_physical_block_size(dd->queue, 4096);
blk_queue_max_hw_sectors(dd->queue, 0xffff);
blk_queue_max_segment_size(dd->queue, 0x400000);
blk_queue_io_min(dd->queue, 4096);

/*
* write back cache is not supported in the device. FUA depends on
* write back cache support, hence setting flush support to zero.
Expand Down

0 comments on commit d022cef

Please sign in to comment.