提交 a50b0aa4 编写于 作者: K Kirill A. Shutemov 提交者: Linus Torvalds

struct linux_binprm: drop unused fields

Signed-off-by: NKirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册