[SCTP] net/sctp/socket.c: make 3 variables static
authorAdrian Bunk <bunk@kernel.org>
Wed, 12 Sep 2007 13:18:00 +0000 (15:18 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:19 +0000 (16:49 -0700)
commitb6fa1a4d746488a7de95ec16afcaf3247fedb003
treef2e0e652a413dc5a7a629ec10af64daaefe6c4e1
parent5c94bf86c865fb779f1743672b4d0f6cdd706728
[SCTP] net/sctp/socket.c: make 3 variables static

This patch makes the following needlessly global variables static:
- sctp_memory_pressure
- sctp_memory_allocated
- sctp_sockets_allocated

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c