This file is indexed.

/usr/src/kernel-patches/lustre/patches/lookup_bdev_init_intent.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.7/fs/block_dev.c
===================================================================
--- linux-2.6.7.orig/fs/block_dev.c	2004-06-16 13:20:26.000000000 +0800
+++ linux-2.6.7/fs/block_dev.c	2004-08-30 17:36:57.000000000 +0800
@@ -832,6 +832,7 @@
 	if (!path || !*path)
 		return ERR_PTR(-EINVAL);
 
+	intent_init(&nd.intent, IT_LOOKUP);
 	error = path_lookup(path, LOOKUP_FOLLOW, &nd);
 	if (error)
 		return ERR_PTR(error);