Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215530
b: refs/heads/master
c: 57a2ce5
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Herbert Xu committed Sep 3, 2010
1 parent e99b7f5 commit d282442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 48fc267ee6f34f67db42a49f386fdd367cac6f8a
refs/heads/master: 57a2ce5f54f3120467be760662c6ef3bea3f9579
4 changes: 2 additions & 2 deletions trunk/include/linux/padata.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ struct padata_cpumask {
*/
struct parallel_data {
struct padata_instance *pinst;
struct padata_parallel_queue *pqueue;
struct padata_serial_queue *squeue;
struct padata_parallel_queue __percpu *pqueue;
struct padata_serial_queue __percpu *squeue;
atomic_t seq_nr;
atomic_t reorder_objects;
atomic_t refcnt;
Expand Down

0 comments on commit d282442

Please sign in to comment.