Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44597
b: refs/heads/master
c: 6931ba7
h: refs/heads/master
i:
  44595: b85d061
v: v3
  • Loading branch information
David S. Miller committed Dec 14, 2006
1 parent 9a09c81 commit 76615f2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: befffe901649e2cc421d0d150c4379d01658cf6b
refs/heads/master: 6931ba7cef3991fbb970997d33e24139ccdc3c2c
5 changes: 3 additions & 2 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2364,8 +2364,9 @@ struct tcp_md5sig_pool *__tcp_get_md5sig_pool(int cpu)

EXPORT_SYMBOL(__tcp_get_md5sig_pool);

void __tcp_put_md5sig_pool(void) {
__tcp_free_md5sig_pool(tcp_md5sig_pool);
void __tcp_put_md5sig_pool(void)
{
tcp_free_md5sig_pool();
}

EXPORT_SYMBOL(__tcp_put_md5sig_pool);
Expand Down

0 comments on commit 76615f2

Please sign in to comment.