mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: akpm <akpm@osdl.org>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] export [__]set_special_pids()
Date: Wed, 1 Oct 2003 21:41:32 -0700	[thread overview]
Message-ID: <20031001214132.5070b6b5.rddunlap@osdl.org> (raw)


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

             reply	other threads:[~2003-10-02  4:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-02  4:41 Randy.Dunlap [this message]
2003-10-02  5:09 ` Andrew Morton
2003-10-02 16:23   ` Randy.Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031001214132.5070b6b5.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®