]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/user.c
Merge branches 'pm-sleep' and 'pm-cpufreq'
[karo-tx-linux.git] / kernel / user.c
index 294fc6a9416845f7d5aa2b2d2029fe1b95bcbdbd..4efa39350e4401213d15a06987e7603460121ef7 100644 (file)
@@ -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,