[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1311683981.2355.29.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC>
Date: Tue, 26 Jul 2011 14:39:41 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>, Anton Blanchard <anton@...ba.org>
Subject: [PATCH] net: sock_sendmsg_nosec() is static
Signed-off-by: Eric Dumazet <eric.dumazet@...il.com>
CC: Anton Blanchard <anton@...ba.org>
---
net/socket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/socket.c b/net/socket.c
index 02dc82d..b7ce3b7 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -580,7 +580,7 @@ int sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t size)
}
EXPORT_SYMBOL(sock_sendmsg);
-int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg, size_t size)
+static int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg, size_t size)
{
struct kiocb iocb;
struct sock_iocb siocb;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists