Whamcloud - gitweb
b=22456 Remove files for unsupported kernels
[fs/lustre-release.git] / lustre / kernel_patches / patches / debugging-fields-in-current.patch
diff --git a/lustre/kernel_patches/patches/debugging-fields-in-current.patch b/lustre/kernel_patches/patches/debugging-fields-in-current.patch
deleted file mode 100644 (file)
index 5bbba37..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: linux/include/linux/sched.h
-===================================================================
---- linux.orig/include/linux/sched.h
-+++ linux/include/linux/sched.h
-@@ -650,6 +650,9 @@ struct task_struct {
- #endif
-       /* where this task blocked */
-       struct sleep_info sinfo;
-+
-+      __u64 debugging0;
-+      __u64 debugging1;
- };
- static inline pid_t process_group(struct task_struct *tsk)