From 8334b2cd48e69a830c539ea89996b99d588bf691 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 31 May 2002 01:58:40 -0700 Subject: Fix missing piece of uidhash list conversion --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; }; -- cgit v1.2.3