Loading block/blk-settings.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -752,6 +752,7 @@ void blk_queue_virt_boundary(struct request_queue *q, unsigned long mask) * page (which might not be idential to the Linux PAGE_SIZE). Because * page (which might not be idential to the Linux PAGE_SIZE). Because * of that they are not limited by our notion of "segment size". * of that they are not limited by our notion of "segment size". */ */ if (mask) q->limits.max_segment_size = UINT_MAX; q->limits.max_segment_size = UINT_MAX; } } EXPORT_SYMBOL(blk_queue_virt_boundary); EXPORT_SYMBOL(blk_queue_virt_boundary); Loading Loading
block/blk-settings.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -752,6 +752,7 @@ void blk_queue_virt_boundary(struct request_queue *q, unsigned long mask) * page (which might not be idential to the Linux PAGE_SIZE). Because * page (which might not be idential to the Linux PAGE_SIZE). Because * of that they are not limited by our notion of "segment size". * of that they are not limited by our notion of "segment size". */ */ if (mask) q->limits.max_segment_size = UINT_MAX; q->limits.max_segment_size = UINT_MAX; } } EXPORT_SYMBOL(blk_queue_virt_boundary); EXPORT_SYMBOL(blk_queue_virt_boundary); Loading