net sysctl: Add place holder functions for when sysctl support is compiled out of...
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 23 Apr 2012 12:13:02 +0000 (12:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Apr 2012 23:24:28 +0000 (19:24 -0400)
commit48c74958571b609522c016136259a1369a3ddd24
tree364e264d5b53d5fdad36dd424ad0e241e6934417
parent42f11cf20cc5b76766fd1f0e591eda26283a38ec
net sysctl: Add place holder functions for when sysctl support is compiled out of the kernel.

Randy Dunlap <rdunlap@xenotime.net> reported:
> On 04/23/2012 12:07 AM, Stephen Rothwell wrote:
>
>> Hi all,
>>
>> Changes since 20120420:
>
>
>
> ERROR: "unregister_net_sysctl_table" [net/phonet/phonet.ko] undefined!
> ERROR: "register_net_sysctl" [net/phonet/phonet.ko] undefined!
>
> when CONFIG_SYSCTL is not enabled.

Add static inline stub functions to gracefully handle the case when sysctl
support is not present.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/net_namespace.h