diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index b62a724d437c..a9b97a1375c6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -235,7 +235,7 @@ struct user_struct { atomic_t files; /* How many open files does this user have? */ /* Hash table maintenance information */ - struct user_struct *next, **pprev; + struct list_head uidhash_list; uid_t uid; }; |
