From: Andrew Morton Date: Fri, 24 Mar 2006 11:18:34 +0000 (-0800) Subject: [PATCH] sys_setrlimit() cleanup X-Git-Tag: v2.6.17-rc1~876 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec9e16bacdba1da1ee15dd162384e22df5c87e09;p=pandora-kernel.git [PATCH] sys_setrlimit() cleanup - Whitespace cleanups - Make that expression comprehensible. There's a potential logic change here: we do the "is it_prof_expires equal to zero" test after converting it to seconds, rather than doing the comparison between raw cputime_t's. But given that it's in units of seconds anyway, that shouldn't change anything. Cc: Martin Schwidefsky Cc: Ulrich Weigand Cc: Cliff Wickman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed