Whamcloud - gitweb
b=20533 set the default max_sectors to the raid5/6 stripe size
[fs/lustre-release.git] / lustre / kernel_patches / patches / export-show_task-2.6.18-vanilla.patch
1 Index: linux-2.6/kernel/sched.c
2 ===================================================================
3 --- linux-2.6.orig/kernel/sched.c       2006-07-15 11:51:46.000000000 +0800
4 +++ linux-2.6/kernel/sched.c    2006-07-15 16:24:35.000000000 +0800
5 @@ -4698,6 +4698,7 @@ static void show_task(struct task_struct
6  
7                 show_stack(p, NULL);
8  }
9 +EXPORT_SYMBOL(sched_show_task);
10  
11  void show_state(void)
12  {