Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86279
b: refs/heads/master
c: 5f31886
h: refs/heads/master
i:
  86277: dfdcd77
  86275: 036a9b8
  86271: 5f505c2
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Feb 20, 2008
1 parent 63db658 commit c37ab44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c15853f2c1c9baaa27bbc494cd183be96f6d9bb9
refs/heads/master: 5f31886ff03ef68dc078c585fa3a2af9a011a8fa
2 changes: 2 additions & 0 deletions trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -6488,6 +6488,7 @@ struct proto sctp_prot = {
.memory_pressure = &sctp_memory_pressure,
.enter_memory_pressure = sctp_enter_memory_pressure,
.memory_allocated = &sctp_memory_allocated,
.sockets_allocated = &sctp_sockets_allocated,
REF_PROTO_INUSE(sctp)
};

Expand Down Expand Up @@ -6521,6 +6522,7 @@ struct proto sctpv6_prot = {
.memory_pressure = &sctp_memory_pressure,
.enter_memory_pressure = sctp_enter_memory_pressure,
.memory_allocated = &sctp_memory_allocated,
.sockets_allocated = &sctp_sockets_allocated,
REF_PROTO_INUSE(sctpv6)
};
#endif /* defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) */

0 comments on commit c37ab44

Please sign in to comment.