Re: [-mm patch] net/sctp/socket.c: make 3 variables static

2007-09-12 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sun, 9 Sep 2007 22:25:54 +0200 > This patch makes the following needlessly globalvariables static: > - sctp_memory_pressure > - sctp_memory_allocated > - sctp_sockets_allocated > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks. - To un

Re: [Lksctp-developers] [-mm patch] net/sctp/socket.c: make 3 variables static

2007-09-10 Thread Neil Horman
On Sun, Sep 09, 2007 at 10:25:54PM +0200, Adrian Bunk wrote: > On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: > >... > > Changes since 2.6.23-rc3-mm1: > >... > > git-net.patch > >... > > git trees > >... > > This patch makes the following needlessly globalvariables static: > - sc

[-mm patch] net/sctp/socket.c: make 3 variables static

2007-09-09 Thread Adrian Bunk
On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: >... > Changes since 2.6.23-rc3-mm1: >... > git-net.patch >... > git trees >... This patch makes the following needlessly globalvariables static: - sctp_memory_pressure - sctp_memory_allocated - sctp_sockets_allocated Signed-off-by: