This file is indexed.

/usr/src/kernel-patches/lustre/patches/export-2.6.27-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/sys.c
===================================================================
--- linux-2.6.orig/security/security.c
+++ linux-2.6/security/security.c
@@ -74,6 +74,7 @@
 		return 0;
	return security_ops->inode_unlink(dir, dentry);
 }
+EXPORT_SYMBOL(security_inode_unlink);
 
 int security_inode_symlink(struct inode *dir, struct dentry *dentry,
			    const char *old_name)