[PATCH 9/9] DCCP: Alter slabname

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This alters the slabname to match module naming.

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 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [IETF DCCP]     [Linux Networking]     [Git]     [Security]     [Linux Assembly]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux