[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707091851.l69IpD9p001740@imap1.linux-foundation.org>
Date: Mon, 09 Jul 2007 11:51:12 -0700
From: akpm@...ux-foundation.org
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org, bunk@...sta.de
Subject: [patch 6/8] net: make struct dccp_li_cachep static
From: Adrian Bunk <bunk@...sta.de>
Signed-off-by: Adrian Bunk <bunk@...sta.de>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
net/dccp/ccids/lib/loss_interval.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN net/dccp/ccids/lib/loss_interval.c~net-make-struct-dccp_li_cachep-static net/dccp/ccids/lib/loss_interval.c
--- a/net/dccp/ccids/lib/loss_interval.c~net-make-struct-dccp_li_cachep-static
+++ a/net/dccp/ccids/lib/loss_interval.c
@@ -27,7 +27,7 @@ struct dccp_li_hist_entry {
u32 dccplih_interval;
};
-struct kmem_cache *dccp_li_cachep __read_mostly;
+static struct kmem_cache *dccp_li_cachep __read_mostly;
static inline struct dccp_li_hist_entry *dccp_li_hist_entry_new(const gfp_t prio)
{
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists