lkml.org 
[lkml]   [2004]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectSuspend 2 merge: 32/51: Make show task non-static.
From
Date
This is used to show the state of a task when a process fails to enter
the refrigerator.

diff -ruN 819-export-show-task-old/kernel/sched.c 819-export-show-task-new/kernel/sched.c
--- 819-export-show-task-old/kernel/sched.c 2004-11-06 09:27:29.549112136 +1100
+++ 819-export-show-task-new/kernel/sched.c 2004-11-04 16:27:41.000000000 +1100
@@ -32,7 +32,6 @@
#include <linux/security.h>
#include <linux/notifier.h>
#include <linux/profile.h>
-#include <linux/suspend.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/smp.h>
@@ -3719,7 +3718,7 @@
return list_entry(p->sibling.next,struct task_struct,sibling);
}

-static void show_task(task_t * p)
+void show_task(task_t * p)
{
task_t *relative;
unsigned state;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.557 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site