This file is indexed.

/usr/src/kernel-patches/lustre/patches/export-2.6.26-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
13
14
15
16
17
18
19
20
21
22
23
24
Index: linux-source-2.6.26/fs/jbd2/journal.c
===================================================================
--- linux-source-2.6.26.orig/fs/jbd2/journal.c	2009-10-09 13:49:43.000000000 +0200
+++ linux-source-2.6.26/fs/jbd2/journal.c	2009-10-09 13:49:50.000000000 +0200
@@ -460,6 +460,7 @@
 	spin_unlock(&journal->j_state_lock);
 	return ret;
 }
+EXPORT_SYMBOL(jbd2_log_start_commit);
 
 /*
  * Force and wait upon a commit if the calling process is not within
Index: linux-source-2.6.26/security/security.c
===================================================================
--- linux-source-2.6.26.orig/security/security.c	2009-10-09 13:49:43.000000000 +0200
+++ linux-source-2.6.26/security/security.c	2009-10-09 13:49:50.000000000 +0200
@@ -68,6 +68,7 @@
 
 	return 0;
 }
+EXPORT_SYMBOL(security_inode_unlink);
 
 /* Save user chosen LSM */
 static int __init choose_lsm(char *str)