This file is indexed.

/usr/src/kernel-patches/lustre/patches/export-do_kern_mount.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
Index: linux-2.6/fs/super.c
===================================================================
--- linux-2.6.orig/fs/super.c	2006-07-20 10:51:39.000000000 +0800
+++ linux-2.6/fs/super.c	2006-07-20 10:51:59.000000000 +0800
@@ -877,6 +877,8 @@ do_kern_mount(const char *fstype, int fl
 	return mnt;
 }
 
+EXPORT_SYMBOL_GPL(do_kern_mount);
+
 struct vfsmount *kern_mount(struct file_system_type *type)
 {
 	return vfs_kern_mount(type, 0, type->name, NULL);