From: Kirill A. Shutemov Date: Thu, 2 Apr 2009 23:58:29 +0000 (-0700) Subject: struct linux_binprm: drop unused fields X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a50b0aa4bd9a7d42112442a385f3dc0e775284dd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git struct linux_binprm: drop unused fields Signed-off-by: Kirill A. Shutemov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 77b4a9e46004..6638b8148de7 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h @@ -35,8 +35,7 @@ struct linux_binprm{ #endif struct mm_struct *mm; unsigned long p; /* current top of mem */ - unsigned int sh_bang:1, - misc_bang:1, + unsigned int cred_prepared:1,/* true if creds already prepared (multiple * preps happen for interpreters) */ cap_effective:1;/* true if has elevated effective capabilities,