The patch titled kernel/pid.c: remove unused exports has been removed from the -mm tree. Its filename was pid-namespaces-define-is_global_init-and-is_container_init-kernel-pidc-remove-unused-exports.patch This patch was dropped because it was folded into pid-namespaces-define-is_global_init-and-is_container_init.patch ------------------------------------------------------ Subject: kernel/pid.c: remove unused exports From: Adrian Bunk <bunk@xxxxxxxxx> On Wed, Jul 25, 2007 at 04:03:04AM -0700, Andrew Morton wrote: >... > Changes since 2.6.22-rc6-mm1: >... > +pid-namespaces-define-is_global_init-and-is_container_init.patch >... > pid namespaces >... This patch removes two unused exports. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Sukadev Bhattiprolu <sukadev@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/pid.c | 2 -- 1 files changed, 2 deletions(-) diff -puN kernel/pid.c~pid-namespaces-define-is_global_init-and-is_container_init-kernel-pidc-remove-unused-exports kernel/pid.c --- a/kernel/pid.c~pid-namespaces-define-is_global_init-and-is_container_init-kernel-pidc-remove-unused-exports +++ a/kernel/pid.c @@ -69,13 +69,11 @@ struct pid_namespace init_pid_ns = { .last_pid = 0, .child_reaper = &init_task }; -EXPORT_SYMBOL(init_pid_ns); int is_global_init(struct task_struct *tsk) { return tsk == init_pid_ns.child_reaper; } -EXPORT_SYMBOL(is_global_init); /* * Note: disable interrupts while the pidmap_lock is held as an _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch pid-namespaces-define-is_global_init-and-is_container_init.patch pid-namespaces-define-is_global_init-and-is_container_init-kernel-pidc-remove-unused-exports.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html