From: Eric W. Biederman Date: Fri, 30 Nov 2007 12:52:10 +0000 (+1100) Subject: sysctl: Remember the ctl_table we passed to register_sysctl_paths X-Git-Tag: v2.6.25-rc1~1162^2~1318 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23eb06de7d2d333a0f7ebba2da663e00c9c9483e;p=pandora-kernel.git sysctl: Remember the ctl_table we passed to register_sysctl_paths By doing this we allow users of register_sysctl_paths that build and dynamically allocate their ctl_table to be simpler. This allows them to just remember the ctl_table_header returned from register_sysctl_paths from which they can now find the ctl_table array they need to free. Signed-off-by: Eric W. Biederman Cc: Serge Hallyn Cc: Daniel Lezcano Cc: Cedric Le Goater Cc: Pavel Emelyanov Signed-off-by: Andrew Morton Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed