On Sun, 04 Oct 2015, Geliang Tang wrote:
BUG_ON() already contain an unlikely compiler flag. Drop it. Signed-off-by: Geliang Tang <geliangtang@xxxxxxx>
Acked-by: Davidlohr Bueso <dave@xxxxxxxxxxxx> ... but I believe you do have some left: drivers/scsi/scsi_lib.c: BUG_ON(unlikely(count > ivecs)); drivers/scsi/scsi_lib.c: BUG_ON(unlikely(count > queue_max_integrity_segments(rq->q))); kernel/sched/core.c: BUG_ON(unlikely(task_stack_end_corrupted(prev))); -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>