|
@@ -1635,13 +1635,8 @@ struct rpc_xprt *xs_setup_tcp(struct sockaddr *addr, size_t addrlen, struct rpc_
|
|
int init_socket_xprt(void)
|
|
int init_socket_xprt(void)
|
|
{
|
|
{
|
|
#ifdef RPC_DEBUG
|
|
#ifdef RPC_DEBUG
|
|
- if (!sunrpc_table_header) {
|
|
|
|
|
|
+ if (!sunrpc_table_header)
|
|
sunrpc_table_header = register_sysctl_table(sunrpc_table, 0);
|
|
sunrpc_table_header = register_sysctl_table(sunrpc_table, 0);
|
|
-#ifdef CONFIG_PROC_FS
|
|
|
|
- if (sunrpc_table[0].de)
|
|
|
|
- sunrpc_table[0].de->owner = THIS_MODULE;
|
|
|
|
-#endif
|
|
|
|
- }
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
return 0;
|
|
return 0;
|