Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320937
b: refs/heads/master
c: 01ff5db
h: refs/heads/master
i:
  320935: b343be5
v: v3
  • Loading branch information
Chetan Loke authored and Jens Axboe committed Jul 31, 2012
1 parent 428727c commit dc50a47
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: 72ea1f74fcdf874cca6d2c0962379523bbd99e2c
refs/heads/master: 01ff5dbc0925d11c8ad76eed3bdd02d0c7e1e0f5
2 changes: 1 addition & 1 deletion trunk/drivers/block/nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static void nbd_handle_req(struct nbd_device *nbd, struct request *req)
nbd_end_request(req);
} else {
spin_lock(&nbd->queue_lock);
list_add(&req->queuelist, &nbd->queue_head);
list_add_tail(&req->queuelist, &nbd->queue_head);
spin_unlock(&nbd->queue_lock);
}

Expand Down

0 comments on commit dc50a47

Please sign in to comment.