[PATCH] Make RLIMIT_NICE ranges consistent with getpriority(2)
authorMatt Mackall <mpm@selenic.com>
Thu, 18 Aug 2005 18:24:19 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 18 Aug 2005 19:53:58 +0000 (12:53 -0700)
commit024f474795af7a0d41bd6d60061d78bd66d13f56
tree41dd079483713c7669b4c684686de3b701362d34
parent6cbe9de7a4353d1a1b77887b5459ac5304c0984a
[PATCH] Make RLIMIT_NICE ranges consistent with getpriority(2)

As suggested by Michael Kerrisk <mtk-manpages@gmx.net>, make RLIMIT_NICE
consistent with getpriority before it becomes available in released glibc.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c