Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218405
b: refs/heads/master
c: e341b2d
h: refs/heads/master
i:
  218403: 43a81f1
v: v3
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Oct 25, 2010
1 parent 392600d commit 30ff75b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd59cba4f0d80a6dc4cc7372f03af905b1758e03
refs/heads/master: e341b2ddc1e8e5ff998ac5462dc5138775d1d492
3 changes: 0 additions & 3 deletions trunk/net/l2tp/l2tp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,6 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb,

return 1;
}
EXPORT_SYMBOL_GPL(l2tp_udp_recv_core);

/* UDP encapsulation receive handler. See net/ipv4/udp.c.
* Return codes:
Expand Down Expand Up @@ -1003,7 +1002,6 @@ static int l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb,

return 0;
}
EXPORT_SYMBOL_GPL(l2tp_xmit_core);

/* Automatically called when the skb is freed.
*/
Expand Down Expand Up @@ -1225,7 +1223,6 @@ static void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel)
}
write_unlock_bh(&tunnel->hlist_lock);
}
EXPORT_SYMBOL_GPL(l2tp_tunnel_closeall);

/* Really kill the tunnel.
* Come here only when all sessions have been cleared from the tunnel.
Expand Down

0 comments on commit 30ff75b

Please sign in to comment.