mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
kernel/user.c: drop unused field 'files' from user_struct
Nobody seems uses it for a long time. Let's drop it. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b51dbec68c
commit
b300a4ea66
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue