Colin Percival d33a1217bd Minor clean up to xbd_queue_cb:
* nsegs must be at most BLKIF_MAX_SEGMENTS_PER_REQUEST (since we specify
  that limit to bus_dma_tag_create), so KASSERT that rather than silently
  adjusting the request.
* block_segs is now a synonym for nsegs, so garbage collect that variable.
* nsegs is never read during or after the while loop, so remove the dead
  decrement from the loop.

These were all left behind from the pre-r284296 support for a "segment
block" extension.
2015-06-19 22:40:58 +00:00
..
2015-06-18 23:14:45 +00:00
2015-06-19 22:40:58 +00:00
2015-06-19 21:55:12 +00:00
2015-06-17 15:20:14 +00:00
2015-06-11 17:57:47 +00:00
2015-04-18 16:08:06 +00:00
2015-06-18 23:14:45 +00:00
2015-05-29 14:03:07 +00:00