sysctl fs: Remove dead binary sysctl support
Now that sys_sysctl is a generic wrapper around /proc/sys .ctl_name and .strategy members of sysctl tables are dead code. Remove them. Cc: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
/* Definition of the ntfs sysctl. */
|
||||
static ctl_table ntfs_sysctls[] = {
|
||||
{
|
||||
.ctl_name = CTL_UNNUMBERED, /* Binary and text IDs. */
|
||||
.procname = "ntfs-debug",
|
||||
.data = &debug_msgs, /* Data pointer and size. */
|
||||
.maxlen = sizeof(debug_msgs),
|
||||
@@ -49,7 +48,6 @@ static ctl_table ntfs_sysctls[] = {
|
||||
/* Define the parent directory /proc/sys/fs. */
|
||||
static ctl_table sysctls_root[] = {
|
||||
{
|
||||
.ctl_name = CTL_FS,
|
||||
.procname = "fs",
|
||||
.mode = 0555,
|
||||
.child = ntfs_sysctls
|
||||
|
Reference in New Issue
Block a user