Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33649
b: refs/heads/master
c: 0d673a5
h: refs/heads/master
i:
  33647: 0e0c5ad
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Aug 27, 2006
1 parent 2833812 commit f24965b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36920e069a87c6fccffbc0ec5e74985d94d3bcc4
refs/heads/master: 0d673a5a4775d3dc565b6668ed75fd2db2ede624
2 changes: 1 addition & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ EXPORT_SYMBOL_GPL(cpuset_mem_spread_node);
int cpuset_excl_nodes_overlap(const struct task_struct *p)
{
const struct cpuset *cs1, *cs2; /* my and p's cpuset ancestors */
int overlap = 0; /* do cpusets overlap? */
int overlap = 1; /* do cpusets overlap? */

task_lock(current);
if (current->flags & PF_EXITING) {
Expand Down

0 comments on commit f24965b

Please sign in to comment.