Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78168
b: refs/heads/master
c: 02d4582
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jan 28, 2008
1 parent 68838af commit fd56bdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: beb659bd8c9f2ccc8195779383f71088f936bf6e
refs/heads/master: 02d45827fa211093202f96bdd58020cc8687929f
5 changes: 0 additions & 5 deletions trunk/net/core/request_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ int reqsk_queue_alloc(struct request_sock_queue *queue,
return 0;
}

EXPORT_SYMBOL(reqsk_queue_alloc);

void __reqsk_queue_destroy(struct request_sock_queue *queue)
{
struct listen_sock *lopt;
Expand All @@ -91,8 +89,6 @@ void __reqsk_queue_destroy(struct request_sock_queue *queue)
kfree(lopt);
}

EXPORT_SYMBOL(__reqsk_queue_destroy);

static inline struct listen_sock *reqsk_queue_yank_listen_sk(
struct request_sock_queue *queue)
{
Expand Down Expand Up @@ -134,4 +130,3 @@ void reqsk_queue_destroy(struct request_sock_queue *queue)
kfree(lopt);
}

EXPORT_SYMBOL(reqsk_queue_destroy);

0 comments on commit fd56bdf

Please sign in to comment.