Re: [PATCH] mips default mlock limit fix

2005-01-20 Thread Chris Wright
* Ralf Baechle ([EMAIL PROTECTED]) wrote: > On Wed, Jan 19, 2005 at 05:59:45PM -0800, Chris Wright wrote: > > > Mips RLIMIT_MEMLOCK incorrectly defaults to unlimited, it was confused > > with RLIMIT_NPROC. Found while consolidating resource.h headers. > > Thanks, I applied a recent change off by

Re: [PATCH] mips default mlock limit fix

2005-01-20 Thread Ralf Baechle
On Wed, Jan 19, 2005 at 05:59:45PM -0800, Chris Wright wrote: > Mips RLIMIT_MEMLOCK incorrectly defaults to unlimited, it was confused > with RLIMIT_NPROC. Found while consolidating resource.h headers. Thanks, I applied a recent change off by one line. To avoid this I've changed the code to use

[PATCH] mips default mlock limit fix

2005-01-19 Thread Chris Wright
Mips RLIMIT_MEMLOCK incorrectly defaults to unlimited, it was confused with RLIMIT_NPROC. Found while consolidating resource.h headers. Signed-off-by: Chris Wright <[EMAIL PROTECTED]> = include/asm-mips/resource.h 1.6 vs edited = --- 1.6/include/asm-mips/resource.h 2004-08-23 01:15:2