Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230820
b: refs/heads/master
c: 684265d
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 14, 2011
1 parent c467284 commit 9d6354a
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: 84bc227d7fde049a568cd58a5610613feedc0dff
refs/heads/master: 684265d4a30f133162f06ddb2e5010608e60e4bb
2 changes: 1 addition & 1 deletion trunk/mm/dmapool.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags,
if (mem_flags & __GFP_WAIT) {
DECLARE_WAITQUEUE(wait, current);

__set_current_state(TASK_INTERRUPTIBLE);
__set_current_state(TASK_UNINTERRUPTIBLE);
__add_wait_queue(&pool->waitq, &wait);
spin_unlock_irqrestore(&pool->lock, flags);

Expand Down

0 comments on commit 9d6354a

Please sign in to comment.