Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126815
b: refs/heads/master
c: 0c910d2
h: refs/heads/master
i:
  126813: 13885a7
  126811: e882394
  126807: 67ad996
  126799: a527c6a
  126783: 82ce80a
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Jan 6, 2009
1 parent 3f48611 commit 2e80a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: d9be28ea9110c596a05bd2d56afa94251bd19818
refs/heads/master: 0c910d289567163dbe40ccc174b36afd1c7723bd
5 changes: 2 additions & 3 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@ static int init_rootdomain(struct root_domain *rd, bool bootmem)
}

if (!alloc_cpumask_var(&rd->span, GFP_KERNEL))
goto free_rd;
goto out;
if (!alloc_cpumask_var(&rd->online, GFP_KERNEL))
goto free_span;
if (!alloc_cpumask_var(&rd->rto_mask, GFP_KERNEL))
Expand All @@ -6986,8 +6986,7 @@ static int init_rootdomain(struct root_domain *rd, bool bootmem)
free_cpumask_var(rd->online);
free_span:
free_cpumask_var(rd->span);
free_rd:
kfree(rd);
out:
return -ENOMEM;
}

Expand Down

0 comments on commit 2e80a37

Please sign in to comment.