Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143346
b: refs/heads/master
c: 40bb54d
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Apr 15, 2009
1 parent 8f5a279 commit 5a8b673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c2572f2b4ffc27ba79211aceee3bef53a59bb5cd
refs/heads/master: 40bb54d197a10fe86d73073ee8202ba2812a05fa
5 changes: 2 additions & 3 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2157,11 +2157,10 @@ static void cfq_kick_queue(struct work_struct *work)
struct cfq_data *cfqd =
container_of(work, struct cfq_data, unplug_work);
struct request_queue *q = cfqd->queue;
unsigned long flags;

spin_lock_irqsave(q->queue_lock, flags);
spin_lock_irq(q->queue_lock);
blk_start_queueing(q);
spin_unlock_irqrestore(q->queue_lock, flags);
spin_unlock_irq(q->queue_lock);
}

/*
Expand Down

0 comments on commit 5a8b673

Please sign in to comment.