commit | b1208b56f31408f7d8381ff5d08e970aa5ee761c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Jun 04 20:40:57 2012 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 25 11:53:50 2012 +0200 |
tree | d077f86201fc7dee7ae23065c2c3d929219d1e5f | |
parent | 7f4b35d155a5f9e5748539a79558533aa08d6a81 [diff] |
blkcg: inline bio_blkcg() and friends 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>