Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8876e140 authored by Fabian Frederick's avatar Fabian Frederick Committed by Jens Axboe
Browse files

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: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 1051a902
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 * 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,
					      dispatch_work);