Commit dedf8b79ec06e91fa87f6cba99e6e61b4140ceca

Authored by Daniel Walker
Committed by Linus Torvalds
1 parent 6ae965cd64

whitespace fixes: cpuset

Signed-off-by: Daniel Walker <dwalker@mvista.com>
Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff

... ... @@ -2431,12 +2431,12 @@
2431 2431 node = zone_to_nid(z);
2432 2432 if (node_isset(node, current->mems_allowed))
2433 2433 return 1;
2434   - /*
2435   - * Allow tasks that have access to memory reserves because they have
2436   - * been OOM killed to get memory anywhere.
2437   - */
2438   - if (unlikely(test_thread_flag(TIF_MEMDIE)))
2439   - return 1;
  2434 + /*
  2435 + * Allow tasks that have access to memory reserves because they have
  2436 + * been OOM killed to get memory anywhere.
  2437 + */
  2438 + if (unlikely(test_thread_flag(TIF_MEMDIE)))
  2439 + return 1;
2440 2440 return 0;
2441 2441 }
2442 2442