if: also for blk_queue_max_segments

This commit is contained in:
Thomas Schoebel-Theuer 2015-11-30 13:43:26 +01:00 committed by Thomas Schoebel-Theuer
parent c70bd21638
commit 6769b65da4
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ static int if_switch(struct if_brick *brick)
#else
MARS_DBG("blk_queue_max_segments()\n");
// end_remove_this
blk_queue_max_segments(q, USE_MAX_PHYS_SEGMENTS);
blk_queue_max_segments(q, PAGE_SIZE);
// remove_this
#endif
#endif