git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4b35d
)
blkcg: inline bio_blkcg() and friends
author
Tejun Heo
<tj@kernel.org>
Tue, 5 Jun 2012 03:40:57 +0000
(20:40 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 25 Jun 2012 09:53:50 +0000
(11:53 +0200)
Make bio_blkcg() and friends inline. They all are very simple and
used only in few places.
This patch is to prepare for further updates to request allocation
path.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found