]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/unix/af_unix.c
net: Use a percpu_counter for sockets_allocated
[linux-2.6-omap-h63xx.git] / net / unix / af_unix.c
index 3a35a6e8bf918aca54689fe945bd7e667fecd973..5aaf23e43f1de87740641ef22fa169d9045f7ed3 100644 (file)
@@ -571,7 +571,6 @@ static const struct proto_ops unix_seqpacket_ops = {
 static struct proto unix_proto = {
        .name                   = "UNIX",
        .owner                  = THIS_MODULE,
-       .sockets_allocated      = &unix_nr_socks,
        .obj_size               = sizeof(struct unix_sock),
 };