Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204357
b: refs/heads/master
c: 7424713
h: refs/heads/master
i:
  204355: 46db29f
v: v3
  • Loading branch information
Steffen Klassert authored and Herbert Xu committed Jul 26, 2010
1 parent bd76411 commit 67fe52c
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: b89661dff525a46edb7ee8a4423b5212068c05c0
refs/heads/master: 7424713b83587006da72da84d7922471e366faba
2 changes: 1 addition & 1 deletion trunk/kernel/padata.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int padata_do_parallel(struct padata_instance *pinst,
pd = rcu_dereference(pinst->pd);

err = -EINVAL;
if (!(pinst->flags & PADATA_INIT))
if (!(pinst->flags & PADATA_INIT) || pinst->flags & PADATA_INVALID)
goto out;

if (!cpumask_test_cpu(cb_cpu, pd->cpumask.cbcpu))
Expand Down

0 comments on commit 67fe52c

Please sign in to comment.