Whamcloud - gitweb
- set SCSI_MAX_PHYS_SEGMENTS to 256 for 1MB requests
[fs/lustre-release.git] / lustre / kernel_patches / patches / nid-2.6-fc3.patch
1 Index: linux-2.6.10/kernel/sched.c
2 ===================================================================
3 --- linux-2.6.10.orig/include/linux/sched.h     2005-04-06 15:38:35.000000000 +0000
4 +++ linux-2.6.10/include/linux/sched.h  2005-07-06 15:06:06.000000000 +0000
5 @@ -365,6 +376,7 @@ struct user_struct {
6         /* Hash table maintenance information */
7         struct list_head uidhash_list;
8         uid_t uid;
9 +       __u64 nid;
10  };
11  
12  extern struct user_struct *find_user(uid_t);