This file is indexed.

/usr/src/kernel-patches/lustre/patches/cacheflush_remove_mark_rodata.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
diff -Nurwd linux-2.6.32.19-0.2.orig/arch/x86/include/asm/cacheflush.h linux-2.6.32.19-0.2/arch/x86/include/asm/cacheflush.h
--- linux-2.6.32.19-0.2.orig/arch/x86/include/asm/cacheflush.h	2010-12-17 13:06:00.980980003 +0100
+++ linux-2.6.32.19-0.2/arch/x86/include/asm/cacheflush.h	2010-12-17 13:11:31.488980002 +0100
@@ -189,8 +189,6 @@
 void set_kernel_text_rw(void);
 void set_kernel_text_ro(void);
 #else
-static inline void mark_rodata_ro(void) { }
-static inline void mark_rodata_rw(void) { }
 static inline void set_kernel_text_rw(void) { }
 static inline void set_kernel_text_ro(void) { }
 #endif