提交 3e886b63 编写于 作者: D Dmitry Kozlov

ipoe: fix compiling module for ubuntu kernels

上级 c5e859f1
......@@ -243,6 +243,11 @@ static int ipoe_check_interface(int ifindex)
return r;
}
#ifndef u64_stats_fetch_begin_bh
#define u64_stats_fetch_begin_bh u64_stats_fetch_begin_irq
#define u64_stats_fetch_retry_bh u64_stats_fetch_retry_irq
#endif
static int ipoe_do_nat(struct sk_buff *skb, __be32 new_addr, int to_peer)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册