Commit a50b0aa4 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Linus Torvalds

struct linux_binprm: drop unused fields

Signed-off-by: default avatarKirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ab4ad555
...@@ -35,8 +35,7 @@ struct linux_binprm{ ...@@ -35,8 +35,7 @@ struct linux_binprm{
#endif #endif
struct mm_struct *mm; struct mm_struct *mm;
unsigned long p; /* current top of mem */ unsigned long p; /* current top of mem */
unsigned int sh_bang:1, unsigned int
misc_bang:1,
cred_prepared:1,/* true if creds already prepared (multiple cred_prepared:1,/* true if creds already prepared (multiple
* preps happen for interpreters) */ * preps happen for interpreters) */
cap_effective:1;/* true if has elevated effective capabilities, cap_effective:1;/* true if has elevated effective capabilities,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment