From: Kulikov Vasiliy <segooon@xxxxxxxxx> Date: Sat, 17 Jul 2010 19:21:00 +0400 > 'gap' is unsigned, so this code is wrong: > > gap = -new_head; > ... > if (gap > 0) { ... } > > Make 'gap' signed. > > > The semantic patch that finds this problem (many false-positive results): > (http://coccinelle.lip6.fr/) ... > Signed-off-by: Kulikov Vasiliy <segooon@xxxxxxxxx> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html