Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41607
b: refs/heads/master
c: 494b4e7
h: refs/heads/master
i:
  41605: a01c121
  41603: 06a03a1
  41599: 6da8a00
v: v3
  • Loading branch information
David S. Miller committed Dec 3, 2006
1 parent 404c628 commit eec403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 72a3effaf633bcae9034b7e176bdbd78d64a71db
refs/heads/master: 494b4e7d819246bad67c40897b9eeaf0ce18d5ff
2 changes: 1 addition & 1 deletion trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ static void dccp_v4_reqsk_destructor(struct request_sock *req)
kfree(inet_rsk(req)->opt);
}

static struct request_sock_ops dccp_request_sock_ops _read_mostly = {
static struct request_sock_ops dccp_request_sock_ops __read_mostly = {
.family = PF_INET,
.obj_size = sizeof(struct dccp_request_sock),
.rtx_syn_ack = dccp_v4_send_response,
Expand Down

0 comments on commit eec403f

Please sign in to comment.