[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1350552612.26103.1281.camel@edumazet-glaptop>
Date: Thu, 18 Oct 2012 11:30:12 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Laight <David.Laight@...LAB.COM>
Cc: netdev@...r.kernel.org
Subject: Re: sock_getsockopt() not exported
On Thu, 2012-10-18 at 10:11 +0100, David Laight wrote:
> I've noticed that net/core/sock.c contains an
> EXPORT_SYMBOL(sock_setsockopt)
> but is missing the corresponding
> EXPORT_SYMBOL(sock_getsockopt)
>
> In-kernel users of sockets probably manage without
> needing to read SOL_SOCKET options.
> (They do need to set SO_REUSADDR and SO_KEEPALIVE.)
sock_setsockopt() is exported because sunrpc needs it, and sunrpc can be
a module
sock_getsockopt() is not exported because no module needs it yet.
The day one user needs it, we'll add the EXPORT_SYMBOL()
--
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