diff --git a/[refs] b/[refs] index 31cdb770c990..88a2b257953d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c3ccc12339afa2633c72131e2aa97d52d9ca1b8a +refs/heads/master: 248969ae31e1b3276fc4399d67ce29a5d81e6fd9 diff --git a/trunk/net/unix/af_unix.c b/trunk/net/unix/af_unix.c index 58db2a2f115a..a1eb5969712c 100644 --- a/trunk/net/unix/af_unix.c +++ b/trunk/net/unix/af_unix.c @@ -566,9 +566,10 @@ static const struct proto_ops unix_seqpacket_ops = { }; static struct proto unix_proto = { - .name = "UNIX", - .owner = THIS_MODULE, - .obj_size = sizeof(struct unix_sock), + .name = "UNIX", + .owner = THIS_MODULE, + .sockets_allocated = &unix_nr_socks, + .obj_size = sizeof(struct unix_sock), }; /*