[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:34:14 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:10:00 +0000 (08:10 -0800)
commit3fbfa98112fc3962c416452a0baf2214381030e6
tree5a14a9d97ba05f415698de7b4ec5949363c268a6
parentd912b0cc1a617d7c590d57b7ea971d50c7f02503
[PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables

It isn't needed anymore, all of the users are gone, and all of the ctl_table
initializers have been converted to use explicit names of the fields they are
initializing.

[akpm@osdl.org: NTFS fix]
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Cc: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ntfs/sysctl.c
include/linux/sysctl.h
net/decnet/dn_dev.c
net/ipv4/devinet.c
net/ipv6/addrconf.c
security/selinux/hooks.c