This file is indexed.

/usr/src/kernel-patches/lustre/patches/vfs_intent-2.6-fc5-fix.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
Index: linux-2.6.15.i686-cy/include/linux/dcache.h
===================================================================
--- linux-2.6.15.i686-cy.orig/include/linux/dcache.h	2006-06-01 23:07:05.000000000 +0800
+++ linux-2.6.15.i686-cy/include/linux/dcache.h	2006-06-01 23:10:21.000000000 +0800
@@ -4,7 +4,6 @@
 #ifdef __KERNEL__
 
 #include <asm/atomic.h>
-#include <linux/string.h>
 #include <linux/list.h>
 #include <linux/spinlock.h>
 #include <linux/cache.h>
@@ -42,6 +41,7 @@
 	const unsigned char *name;
 };
 
+struct inode;
 #include <linux/namei.h>
 
 struct dentry_stat_t {