Hello, On Fri, Oct 26, 2012 at 02:01:23PM +0200, Bart Van Assche wrote: > Code like "drain |= q->nr_rqs[i]" might result in blk_drain_queue() > to finish early if the expression at the RHS is a multiple of 256 > since the drain variable is only eight bits wide. Avoid this by > changing the type of the drain variable from bool into unsigned. No, it doesn't happen that way. One of the reasons we have bool at all is to avoid this type of problems caused by implicit type-casting. Why do you keep pushing this? It's WRONG. Please drop it. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html