diff options
Diffstat (limited to 'kernel/user.c')
| -rw-r--r-- | kernel/user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/user.c b/kernel/user.c index 294fc6a94168..4efa39350e44 100644 --- a/kernel/user.c +++ b/kernel/user.c | |||
| @@ -87,7 +87,6 @@ static DEFINE_SPINLOCK(uidhash_lock); | |||
| 87 | struct user_struct root_user = { | 87 | struct user_struct root_user = { |
| 88 | .__count = ATOMIC_INIT(1), | 88 | .__count = ATOMIC_INIT(1), |
| 89 | .processes = ATOMIC_INIT(1), | 89 | .processes = ATOMIC_INIT(1), |
| 90 | .files = ATOMIC_INIT(0), | ||
| 91 | .sigpending = ATOMIC_INIT(0), | 90 | .sigpending = ATOMIC_INIT(0), |
| 92 | .locked_shm = 0, | 91 | .locked_shm = 0, |
| 93 | .uid = GLOBAL_ROOT_UID, | 92 | .uid = GLOBAL_ROOT_UID, |
