mirror of https://github.com/schoebel/mars
if: also for blk_queue_max_segments
This commit is contained in:
parent
c70bd21638
commit
6769b65da4
|
@ -906,7 +906,7 @@ static int if_switch(struct if_brick *brick)
|
||||||
#else
|
#else
|
||||||
MARS_DBG("blk_queue_max_segments()\n");
|
MARS_DBG("blk_queue_max_segments()\n");
|
||||||
// end_remove_this
|
// end_remove_this
|
||||||
blk_queue_max_segments(q, USE_MAX_PHYS_SEGMENTS);
|
blk_queue_max_segments(q, PAGE_SIZE);
|
||||||
// remove_this
|
// remove_this
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue