Commit dedf8b79 authored by Daniel Walker's avatar Daniel Walker Committed by Linus Torvalds

whitespace fixes: cpuset

Signed-off-by: default avatarDaniel Walker <dwalker@mvista.com>
Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6ae965cd
...@@ -2431,12 +2431,12 @@ int __cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask) ...@@ -2431,12 +2431,12 @@ int __cpuset_zone_allowed_hardwall(struct zone *z, gfp_t gfp_mask)
node = zone_to_nid(z); node = zone_to_nid(z);
if (node_isset(node, current->mems_allowed)) if (node_isset(node, current->mems_allowed))
return 1; return 1;
/* /*
* Allow tasks that have access to memory reserves because they have * Allow tasks that have access to memory reserves because they have
* been OOM killed to get memory anywhere. * been OOM killed to get memory anywhere.
*/ */
if (unlikely(test_thread_flag(TIF_MEMDIE))) if (unlikely(test_thread_flag(TIF_MEMDIE)))
return 1; return 1;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment