提交 8876e140 编写于 作者: F Fabian Frederick 提交者: Jens Axboe

block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn

blk_throtl_dispatch_work_fn is only used in blk-throttle.c

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 1051a902
...@@ -1258,7 +1258,7 @@ static void throtl_pending_timer_fn(unsigned long arg) ...@@ -1258,7 +1258,7 @@ static void throtl_pending_timer_fn(unsigned long arg)
* of throtl_data->service_queue. Those bio's are ready and issued by this * of throtl_data->service_queue. Those bio's are ready and issued by this
* function. * function.
*/ */
void blk_throtl_dispatch_work_fn(struct work_struct *work) static void blk_throtl_dispatch_work_fn(struct work_struct *work)
{ {
struct throtl_data *td = container_of(work, struct throtl_data, struct throtl_data *td = container_of(work, struct throtl_data,
dispatch_work); dispatch_work);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册