This alters the slabname to match module naming.
Signed-off-by: Ian McDonald <[EMAIL PROTECTED]>
---
diff --git a/net/dccp/ccids/lib/loss_interval.c
b/net/dccp/ccids/lib/loss_interval.c
index 2001dd7..d3c5995 100644
--- a/net/dccp/ccids/lib/loss_interval.c
+++ b/net/dccp/ccids/lib/loss_interval.c
@@ -310,7 +310,7 @@ static __init int li_module_init(void)
{
int rc = -ENOBUFS;
- dccp_li_hist = dccp_li_hist_new("ccid3");
+ dccp_li_hist = dccp_li_hist_new("dccp_li");
if (dccp_li_hist == NULL)
return rc;
else
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html