From: Eric W. Biederman Date: Wed, 14 Feb 2007 08:34:14 +0000 (-0800) Subject: [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables X-Git-Tag: v2.6.21-rc1~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbfa98112fc3962c416452a0baf2214381030e6;p=pandora-kernel.git [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 Acked-by: Stephen Smalley Cc: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed