提交 4fda25a2 编写于 作者: A Adrian Bunk 提交者: David S. Miller

[DCCP]: Make struct dccp_li_cachep static.

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 aa429110
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册