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
|
@ -745,7 +745,6 @@ static inline int signal_group_exit(const struct signal_struct *sig)
|
|||
struct user_struct {
|
||||
atomic_t __count; /* reference count */
|
||||
atomic_t processes; /* How many processes does this user have? */
|
||||
atomic_t files; /* How many open files does this user have? */
|
||||
atomic_t sigpending; /* How many pending signals does this user have? */
|
||||
#ifdef CONFIG_INOTIFY_USER
|
||||
atomic_t inotify_watches; /* How many inotify watches does this user have? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue