On Mon, Jan 07, 2013 at 11:41:36AM +0800, Lin Feng wrote: > The memmove span covers from (next+1) to the end of the array, and the index > of next is (i+1), so the index of (next+1) is (i+2). So the size of remaining > array elements is (type->cnt - (i + 2)). > > Cc: Tejun Heo <t...@kernel.org> > Reviewed-by: Wanpeng Li <liw...@linux.vnet.ibm.com> > Signed-off-by: Lin Feng <linf...@cn.fujitsu.com>
Acked-by: Tejun Heo <t...@kernel.org> Thanks! -- tejun -- 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/