Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90603
b: refs/heads/master
c: e8c3875
h: refs/heads/master
i:
  90601: 9d6ff23
  90599: 1ad0847
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed Apr 10, 2008
1 parent 4a64378 commit aedd3e8
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: 2fa7527ba1d38175d1e42f7cb72bae5de3d55cc7
refs/heads/master: e8c38751be84e2e930642be60331fbb6d3c4becb
5 changes: 3 additions & 2 deletions trunk/net/sctp/chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp)
{
struct sctp_datamsg *msg;
msg = kmalloc(sizeof(struct sctp_datamsg), gfp);
if (msg)
if (msg) {
sctp_datamsg_init(msg);
SCTP_DBG_OBJCNT_INC(datamsg);
SCTP_DBG_OBJCNT_INC(datamsg);
}
return msg;
}

Expand Down

0 comments on commit aedd3e8

Please sign in to comment.