commit | b6fa1a4d746488a7de95ec16afcaf3247fedb003 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Sep 12 15:18:00 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:49:19 2007 -0700 |
tree | f2e0e652a413dc5a7a629ec10af64daaefe6c4e1 | |
parent | 5c94bf86c865fb779f1743672b4d0f6cdd706728 [diff] |
[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>