This alters the slabname to match module naming. In future this code will be used for CCID4 and so we should lose the current name. Signed-off-by: Ian McDonald <ian.mcdonald@xxxxxxxxxxx> --- diff --git a/net/dccp/ccids/lib/loss_interval.c b/net/dccp/ccids/lib/loss_interval.c index 16ced5f..b19f89c 100644 --- a/net/dccp/ccids/lib/loss_interval.c +++ b/net/dccp/ccids/lib/loss_interval.c @@ -299,7 +299,7 @@ EXPORT_SYMBOL(dccp_li_update_li); static __init int li_module_init(void) { - dccp_li_hist = dccp_li_hist_new("ccid3"); + dccp_li_hist = dccp_li_hist_new("dccp_li"); return dccp_li_hist == NULL ? -ENOBUFS : 0; } module_init(li_module_init); - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html