mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] export [__]set_special_pids()
@ 2003-10-02  4:41 Randy.Dunlap
  2003-10-02  5:09 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2003-10-02  4:41 UTC (permalink / raw)
  To: akpm; +Cc: lkml


Please apply to 2.6.0-test6.

Fixes http://bugme.osdl.org/show_bug.cgi?id=1231

--
~Randy


patch_name:	set_spec_pids.patch
patch_version:	2003-10-01.21:36:33
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	EXPORT [__]set_special_pids(); Ingo added these
		in include/linux/sched.h but didn't export them;
		jffs uses set_special_pids();
		(kills bug #1231)
product:	Linux
product_versions: 2.6.0-test6
diffstat:	=
 kernel/exit.c |    4 ++++
 1 files changed, 4 insertions(+)


diff -Naur ./kernel/exit.c~sspids ./kernel/exit.c
--- ./kernel/exit.c~sspids	2003-09-27 17:50:54.000000000 -0700
+++ ./kernel/exit.c	2003-10-01 21:32:45.000000000 -0700
@@ -254,6 +254,8 @@
 	}
 }
 
+EXPORT_SYMBOL(__set_special_pids);
+
 void set_special_pids(pid_t session, pid_t pgrp)
 {
 	write_lock_irq(&tasklist_lock);
@@ -261,6 +263,8 @@
 	write_unlock_irq(&tasklist_lock);
 }
 
+EXPORT_SYMBOL(set_special_pids);
+
 /*
  * Let kernel threads use this to say that they
  * allow a certain signal (since daemonize() will

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-02 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-02  4:41 [PATCH] export [__]set_special_pids() Randy.Dunlap
2003-10-02  5:09 ` Andrew Morton
2003-10-02 16:23   ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®