From 541f9fe1e5f8ff0169d61ed234c54f2bf7e52b53 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Mon, 17 Nov 2008 00:00:30 -0800 Subject: [PATCH] --- yaml --- r: 121881 b: refs/heads/master c: 248969ae31e1b3276fc4399d67ce29a5d81e6fd9 h: refs/heads/master i: 121879: d9fd2fc5181805da54646c660f6291a35993da0b v: v3 --- [refs] | 2 +- trunk/net/unix/af_unix.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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), }; /*