Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103567
b: refs/heads/master
c: a9c1932
h: refs/heads/master
i:
  103565: 3786bf0
  103563: fdea303
  103559: d0b0c3c
  103551: 70376bb
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jul 17, 2008
1 parent 4017fbd commit b91a0dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: f10f84314d5adc0ba6ca2a0877442de63e226130
refs/heads/master: a9c19329eccdb145a08a4a2e969d7b40c54c9bcc
2 changes: 1 addition & 1 deletion trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ static inline int tcp_paws_check(const struct tcp_options_received *rx_opt, int

#define TCP_CHECK_TIMER(sk) do { } while (0)

static inline void tcp_mib_init(void)
static inline void tcp_mib_init(struct net *net)
{
/* See RFC 2012 */
TCP_ADD_STATS_USER(TCP_MIB_RTOALGORITHM, 1);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/af_inet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ static int __init init_ipv4_mibs(void)
sizeof(struct udp_mib)) < 0)
goto err_udplite_mib;

tcp_mib_init();
tcp_mib_init(&init_net);

return 0;

Expand Down

0 comments on commit b91a0dc

Please sign in to comment.