Re: [PATCH] use defines in sys_getpriority/sys_setpriority

2007-05-10 Thread Andrew Morton
On Thu, 10 May 2007 10:22:23 -0700 Daniel Walker <[EMAIL PROTECTED]> wrote: > Switch to the defines for these two checks, instead of hard > coding the values. > > Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> > > --- > kernel/sys.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(

[PATCH] use defines in sys_getpriority/sys_setpriority

2007-05-10 Thread Daniel Walker
Switch to the defines for these two checks, instead of hard coding the values. Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> --- kernel/sys.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.21/kernel/sys.c