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:26 -07:00
+++ edited/include/asm-mips/resource.h  2005-01-19 17:34:25 -08:00
@@ -53,8 +53,8 @@
        { INR_OPEN,      INR_OPEN      },               \
        { RLIM_INFINITY, RLIM_INFINITY },               \
        { RLIM_INFINITY, RLIM_INFINITY },               \
-       { MLOCK_LIMIT,     MLOCK_LIMIT },               \
-       { RLIM_INFINITY, RLIM_INFINITY },               \
+       { 0,             0             },               \
+       { MLOCK_LIMIT,   MLOCK_LIMIT   },               \
        { RLIM_INFINITY, RLIM_INFINITY },               \
        { MAX_SIGPENDING, MAX_SIGPENDING },             \
        { MQ_BYTES_MAX, MQ_BYTES_MAX },                 \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to