Whamcloud - gitweb
Add journal checksum feature.
[fs/lustre-release.git] / lustre / kernel_patches / patches / debugging-fields-in-current.patch
1 Index: linux/include/linux/sched.h
2 ===================================================================
3 --- linux.orig/include/linux/sched.h
4 +++ linux/include/linux/sched.h
5 @@ -650,6 +650,9 @@ struct task_struct {
6  #endif
7         /* where this task blocked */
8         struct sleep_info sinfo;
9 +
10 +       __u64 debugging0;
11 +       __u64 debugging1;
12  };
13  
14  static inline pid_t process_group(struct task_struct *tsk)