From 4df6e69430b6ea17e4215d32d41906c7007f3c07 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Thu, 18 Oct 2007 03:05:27 -0700 Subject: [PATCH] --- yaml --- r: 71149 b: refs/heads/master c: baa3a2a0d24ebcf1c451bec8e5bee3d3467f4cbb h: refs/heads/master i: 71147: a0a8fe70b9d9df073bee06a4d5ebc09b011da32c v: v3 --- [refs] | 2 +- trunk/net/sunrpc/sysctl.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 4528989be90a..69361e7d87ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 428b367bff28bd9d41543eb0324197d09c7d6beb +refs/heads/master: baa3a2a0d24ebcf1c451bec8e5bee3d3467f4cbb diff --git a/trunk/net/sunrpc/sysctl.c b/trunk/net/sunrpc/sysctl.c index 738db32a287d..864b541bbf51 100644 --- a/trunk/net/sunrpc/sysctl.c +++ b/trunk/net/sunrpc/sysctl.c @@ -114,7 +114,6 @@ proc_dodebug(ctl_table *table, int write, struct file *file, static ctl_table debug_table[] = { { - .ctl_name = CTL_RPCDEBUG, .procname = "rpc_debug", .data = &rpc_debug, .maxlen = sizeof(int), @@ -122,7 +121,6 @@ static ctl_table debug_table[] = { .proc_handler = &proc_dodebug }, { - .ctl_name = CTL_NFSDEBUG, .procname = "nfs_debug", .data = &nfs_debug, .maxlen = sizeof(int), @@ -130,7 +128,6 @@ static ctl_table debug_table[] = { .proc_handler = &proc_dodebug }, { - .ctl_name = CTL_NFSDDEBUG, .procname = "nfsd_debug", .data = &nfsd_debug, .maxlen = sizeof(int), @@ -138,7 +135,6 @@ static ctl_table debug_table[] = { .proc_handler = &proc_dodebug }, { - .ctl_name = CTL_NLMDEBUG, .procname = "nlm_debug", .data = &nlm_debug, .maxlen = sizeof(int),