Re: [2.6 patch] net/unix/af_unix.c: make code static

2007-07-30 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Sun, 29 Jul 2007 16:58:52 +0200 > The following code can now become static: > - struct unix_socket_table > - unix_table_lock > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Also applied, thanks a lot. - To unsubscribe from this list: send the line "

[2.6 patch] net/unix/af_unix.c: make code static

2007-07-29 Thread Adrian Bunk
The following code can now become static: - struct unix_socket_table - unix_table_lock Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/net/af_unix.h | 29 - net/unix/af_unix.c| 30 -- 2 files changed, 28 insertions(+), 3