From 8dfde33a02d7c7cf98a0870e087e54b6be6bb55e Mon Sep 17 00:00:00 2001 From: "Kirill A. Shutemov" Date: Thu, 2 Apr 2009 16:58:29 -0700 Subject: [PATCH] --- yaml --- r: 139704 b: refs/heads/master c: a50b0aa4bd9a7d42112442a385f3dc0e775284dd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/binfmts.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 70a712d94b84..4afde1ee6b9d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab4ad55512e95b68ca3e25516068e18874f89252 +refs/heads/master: a50b0aa4bd9a7d42112442a385f3dc0e775284dd diff --git a/trunk/include/linux/binfmts.h b/trunk/include/linux/binfmts.h index 77b4a9e46004..6638b8148de7 100644 --- a/trunk/include/linux/binfmts.h +++ b/trunk/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,