Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70659
b: refs/heads/master
c: d9aaccc
h: refs/heads/master
i:
  70657: 7c76325
  70655: 8cebdcc
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Oct 17, 2007
1 parent 657734c commit 8ddd3c9
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: 8e8934695dfd1d5013555a74a9da706a2e301cb0
refs/heads/master: d9aacccf457d07d729cfc7bf20ff0c7428357a9f
2 changes: 1 addition & 1 deletion trunk/drivers/base/dmapool.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ dma_pool_alloc (struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle)
if (mem_flags & __GFP_WAIT) {
DECLARE_WAITQUEUE (wait, current);

current->state = TASK_INTERRUPTIBLE;
__set_current_state(TASK_INTERRUPTIBLE);
add_wait_queue (&pool->waitq, &wait);
spin_unlock_irqrestore (&pool->lock, flags);

Expand Down

0 comments on commit 8ddd3c9

Please sign in to comment.