On Fri, 6 Sep 2013, Joonsoo Kim wrote: > } > *num = nr_objs; > - *left_over = slab_size - nr_objs*buffer_size - mgmt_size; > + *left_over = slab_size - (nr_objs * buffer_size) - mgmt_size; > }
What is the point of this change? Drop it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/