Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252256
b: refs/heads/master
c: d86e0e8
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed May 27, 2011
1 parent 6b907d3 commit 04af92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 700c4f3325495d2e0e619fb48b900ec942f1470b
refs/heads/master: d86e0e83b32bc84600adb0b6ea1fce389b266682
2 changes: 2 additions & 0 deletions trunk/block/blk-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ void blk_put_queue(struct request_queue *q)
{
kobject_put(&q->kobj);
}
EXPORT_SYMBOL(blk_put_queue);

/*
* Note: If a driver supplied the queue lock, it should not zap that lock
Expand Down Expand Up @@ -566,6 +567,7 @@ int blk_get_queue(struct request_queue *q)

return 1;
}
EXPORT_SYMBOL(blk_get_queue);

static inline void blk_free_request(struct request_queue *q, struct request *rq)
{
Expand Down

0 comments on commit 04af92d

Please sign in to comment.