Skip to content
  • Andrew Morton's avatar
    [PATCH] sys_setrlimit() cleanup · ec9e16ba
    Andrew Morton authored
    
    
    - 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 <schwidefsky@de.ibm.com>
    Cc: Ulrich Weigand <uweigand@de.ibm.com>
    Cc: Cliff Wickman <cpw@sgi.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    ec9e16ba