summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/sysctl.c')
-rw-r--r--net/rxrpc/sysctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/rxrpc/sysctl.c b/net/rxrpc/sysctl.c
index a99690a8a3da..03ad08774d4e 100644
--- a/net/rxrpc/sysctl.c
+++ b/net/rxrpc/sysctl.c
@@ -90,14 +90,6 @@ static struct ctl_table rxrpc_sysctl_table[] = {
90 .proc_handler = proc_dointvec_minmax, 90 .proc_handler = proc_dointvec_minmax,
91 .extra1 = (void *)&one, 91 .extra1 = (void *)&one,
92 }, 92 },
93 {
94 .procname = "transport_expiry",
95 .data = &rxrpc_transport_expiry,
96 .maxlen = sizeof(unsigned int),
97 .mode = 0644,
98 .proc_handler = proc_dointvec_minmax,
99 .extra1 = (void *)&one,
100 },
101 93
102 /* Non-time values */ 94 /* Non-time values */
103 { 95 {