aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index 00ebd0610be2..025f467d80dd 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -5761,8 +5761,8 @@ static struct sctp_bind_bucket *sctp_bucket_create(
5761 struct sctp_bind_bucket *pp; 5761 struct sctp_bind_bucket *pp;
5762 5762
5763 pp = kmem_cache_alloc(sctp_bucket_cachep, GFP_ATOMIC); 5763 pp = kmem_cache_alloc(sctp_bucket_cachep, GFP_ATOMIC);
5764 SCTP_DBG_OBJCNT_INC(bind_bucket);
5765 if (pp) { 5764 if (pp) {
5765 SCTP_DBG_OBJCNT_INC(bind_bucket);
5766 pp->port = snum; 5766 pp->port = snum;
5767 pp->fastreuse = 0; 5767 pp->fastreuse = 0;
5768 INIT_HLIST_HEAD(&pp->owner); 5768 INIT_HLIST_HEAD(&pp->owner);