On Thursday 27 November 2008 04:12:25 Chris Wright wrote: > * Rusty Russell ([EMAIL PROTECTED]) wrote: > > + /* No real sector limit. */ > > + blk_queue_max_sectors(vblk->disk->queue, -1U); > > + > > Is that actually legitimate? I think it'd still work out, but seems > odd, e.g. all the spots that do: > > q->max_hw_sectors << 9 > > will just toss the upper bits...
I think this just indicates that *my driver* doesn't have an issue with large numbers of sectors. The block layer may well... Rusty. > > thanks, > -chris _______________________________________________ Virtualization mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/virtualization
