On Thu, Nov 07, 2013 at 02:25:50AM +0530, Himangi Saraogi wrote: > This patch replaces kmalloc(size * nr, ) with kmalloc_array(nr, size) > as kmalloc_array() is preferred because it can check that the > calculation doesn't wrap and won't return a smaller allocation. > Also kzalloc(size * nr) was replaced with kzalloc_array(). > > Signed-off-by: Himangi Saraogi <himangi774@xxxxxxxxx> This fails to build. Thanks, Josef -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
