Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90604
b: refs/heads/master
c: 935a7f6
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed Apr 10, 2008
1 parent aedd3e8 commit 8b243f2
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: e8c38751be84e2e930642be60331fbb6d3c4becb
refs/heads/master: 935a7f6e4d2f2c69a2d94cbda377684fffbdcb27
2 changes: 1 addition & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -5761,8 +5761,8 @@ static struct sctp_bind_bucket *sctp_bucket_create(
struct sctp_bind_bucket *pp;

pp = kmem_cache_alloc(sctp_bucket_cachep, GFP_ATOMIC);
SCTP_DBG_OBJCNT_INC(bind_bucket);
if (pp) {
SCTP_DBG_OBJCNT_INC(bind_bucket);
pp->port = snum;
pp->fastreuse = 0;
INIT_HLIST_HEAD(&pp->owner);
Expand Down

0 comments on commit 8b243f2

Please sign in to comment.