Commit 8334b2cd authored by Linus Torvalds's avatar Linus Torvalds

Fix missing piece of uidhash list conversion

parent 3f102da8
...@@ -235,7 +235,7 @@ struct user_struct { ...@@ -235,7 +235,7 @@ struct user_struct {
atomic_t files; /* How many open files does this user have? */ atomic_t files; /* How many open files does this user have? */
/* Hash table maintenance information */ /* Hash table maintenance information */
struct user_struct *next, **pprev; struct list_head uidhash_list;
uid_t uid; uid_t uid;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment