]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: Pick up an orphaned sctp_sockets_allocated counter.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 20 Feb 2008 08:23:01 +0000 (00:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Feb 2008 08:23:01 +0000 (00:23 -0800)
commitf5591ebbbeb556a28c8ae98d9be5191c98088c05
tree8a81e95ab6c83dce5af6853009ef6e4b24e96f97
parent967ea272f64d6cfe80877318478774a6d9391846
[SCTP]: Pick up an orphaned sctp_sockets_allocated counter.

This counter is currently write-only.

Drawing an analogy with the similar tcp counter, I think
that this one should be pointed by the sockets_allocated
members of sctp_prot and sctpv6_prot.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c