Re: [PATCH 3/3] coredump: re-implement suid_dumpable using a flag

2007-07-31 Thread Alan Cox
On Tue, 31 Jul 2007 15:05:38 +0800 Eugene Teo <[EMAIL PROTECTED]> wrote: > Hidehiro-san re-implemented suid_dumpable using a pair of bit flags. But > since we no longer permitting users to call prctl(PR_SET_DUMPABLE, 2), > there is no need to waste a bit of mm_struct.flags for something that will

[PATCH 3/3] coredump: re-implement suid_dumpable using a flag

2007-07-31 Thread Eugene Teo
Hidehiro-san re-implemented suid_dumpable using a pair of bit flags. But since we no longer permitting users to call prctl(PR_SET_DUMPABLE, 2), there is no need to waste a bit of mm_struct.flags for something that will never be used. Signed-off-by: Eugene Teo <[EMAIL PROTECTED]> --- fs/exec.c