Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369270
b: refs/heads/master
c: 8fa5df6
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Apr 17, 2013
1 parent b0b7946 commit 50e8242
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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: dacda32ee694d9139c336c5e1cdfb826f6296186
refs/heads/master: 8fa5df6d210a09241876b74d156c57d833dd057b
5 changes: 1 addition & 4 deletions trunk/include/net/sctp/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -779,10 +779,7 @@ struct sctp_transport {
hb_sent:1,

/* Is the Path MTU update pending on this tranport */
pmtu_pending:1,

/* Is this structure kfree()able? */
malloced:1;
pmtu_pending:1;

/* Has this transport moved the ctsn since we last sacked */
__u32 sack_generation;
Expand Down
1 change: 0 additions & 1 deletion trunk/net/sctp/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ struct sctp_transport *sctp_transport_new(struct net *net,
if (!sctp_transport_init(net, transport, addr, gfp))
goto fail_init;

transport->malloced = 1;
SCTP_DBG_OBJCNT_INC(transport);

return transport;
Expand Down

0 comments on commit 50e8242

Please sign in to comment.