Whamcloud - gitweb
b=22514 kernel update for rhel5.5 & oel5.5.
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-show_task-2.6.18-vanilla.patch
index 2a69694..0754e9c 100644 (file)
@@ -7,20 +7,11 @@ Index: linux-2.6/kernel/sched.c
 ===================================================================
 --- linux-2.6.orig/kernel/sched.c      2006-07-15 11:51:46.000000000 +0800
 +++ linux-2.6/kernel/sched.c   2006-07-15 16:24:35.000000000 +0800
-@@ -4652,7 +4652,7 @@ static inline struct task_struct *younge
- static const char stat_nam[] = "RSDTtZX";
--static void show_task(struct task_struct *p)
-+void show_task(struct task_struct *p)
- {
-       struct task_struct *relative;
-       unsigned long free = 0;
 @@ -4698,6 +4698,7 @@ static void show_task(struct task_struct
  
                show_stack(p, NULL);
  }
-+EXPORT_SYMBOL(show_task);
++EXPORT_SYMBOL(sched_show_task);
  
  void show_state(void)
  {