Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175896
b: refs/heads/master
c: 0b44f48
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Tejun Heo committed Oct 3, 2009
1 parent 76440fb commit 13a2635
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: 7a9e02d6bb05b268dc403d7ee87ce4198062f838
refs/heads/master: 0b44f4861f4cc1089424821f078d38441f8b4983
2 changes: 1 addition & 1 deletion trunk/crypto/cryptd.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static int cryptd_enqueue_request(struct cryptd_queue *queue,
struct cryptd_cpu_queue *cpu_queue;

cpu = get_cpu();
cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu);
cpu_queue = this_cpu_ptr(queue->cpu_queue);
err = crypto_enqueue_request(&cpu_queue->queue, request);
queue_work_on(cpu, kcrypto_wq, &cpu_queue->work);
put_cpu();
Expand Down

0 comments on commit 13a2635

Please sign in to comment.