This file is indexed.

/usr/src/kernel-patches/lustre/patches/export-show_task-2.6.18-vanilla.patch is in linux-patch-lustre 1.8.5+dfsg-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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
@@ -4698,6 +4698,7 @@ static void show_task(struct task_struct
 
 		show_stack(p, NULL);
 }
+EXPORT_SYMBOL(sched_show_task);
 
 void show_state(void)
 {