This file is indexed.

/usr/src/kernel-patches/lustre/patches/fsprivate-2.6.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
--- linux-2.6.5-7.141/include/linux/fs.h.orig	2005-02-01 23:56:07.000000000 +0200
+++ linux-2.6.5-7.141/include/linux/fs.h	2005-05-18 23:23:15.486142728 +0300
@@ -574,6 +574,7 @@
 #endif /* #ifdef CONFIG_EPOLL */
 	struct address_space	*f_mapping;
  	struct lookup_intent    *f_it;
+	void			*fs_private;
 };
 extern spinlock_t files_lock;
 #define file_list_lock() spin_lock(&files_lock);