mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 21:01:50 +00:00
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: Fabian Frederick <fabf@skynet.be> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
1051a902fe
commit
8876e140ec
1 changed files with 1 additions and 1 deletions
|
@ -1258,7 +1258,7 @@ out_unlock:
|
||||||
* 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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue