提交 0ac84752 编写于 作者: D David S. Miller

[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8c29bfe1
......@@ -179,6 +179,8 @@ static void xfrm_timer_handler(unsigned long data)
xfrm_state_put(x);
}
static void xfrm_replay_timer_handler(unsigned long data);
struct xfrm_state *xfrm_state_alloc(void)
{
struct xfrm_state *x;
......@@ -815,11 +817,9 @@ void xfrm_replay_notify(struct xfrm_state *x, int event)
c.data.aevent = event;
km_state_notify(x, &c);
resched:
if (x->replay_maxage &&
!mod_timer(&x->rtimer, jiffies + x->replay_maxage))
xfrm_state_hold(x);
}
static void xfrm_replay_timer_handler(unsigned long data)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册