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);  struct user_struct root_user = {  	.__count	= ATOMIC_INIT(1),  	.processes	= ATOMIC_INIT(1), -	.files		= ATOMIC_INIT(0),  	.sigpending	= ATOMIC_INIT(0),  	.locked_shm     = 0,  	.uid		= GLOBAL_ROOT_UID,  |