[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dccp
Subject:    [PATCH 9/9] DCCP: Rename slab
From:       Ian McDonald <ian.mcdonald () jandi ! co ! nz>
Date:       2007-03-23 3:07:30
Message-ID: 200703231507.30710.ian.mcdonald () jandi ! co ! nz
[Download RAW message or body]

This alters the slabname to match module naming.

Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
---
diff --git a/net/dccp/ccids/lib/loss_interval.c b/net/dccp/ccids/lib/loss_interval.c
index 7908a73..4427094 100644
--- a/net/dccp/ccids/lib/loss_interval.c
+++ b/net/dccp/ccids/lib/loss_interval.c
@@ -301,7 +301,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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic