From: Jens Axboe Date: Tue, 8 Dec 2015 19:30:24 +0000 (-0700) Subject: workqueue/rate-submit: update comments X-Git-Tag: fio-2.2.13~24 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=51575029ff4027f42ef6be374fd50b2cda5880b4 workqueue/rate-submit: update comments Signed-off-by: Jens Axboe --- diff --git a/rate-submit.c b/rate-submit.c index a1d55916..3d358152 100644 --- a/rate-submit.c +++ b/rate-submit.c @@ -1,3 +1,9 @@ +/* + * Rated submission helpers + * + * Copyright (C) 2015 Jens Axboe + * + */ #include "fio.h" #include "ioengine.h" #include "lib/getrusage.h" diff --git a/workqueue.c b/workqueue.c index 9bec0c32..06fc2631 100644 --- a/workqueue.c +++ b/workqueue.c @@ -1,5 +1,5 @@ /* - * Rated submission helpers + * Generic workqueue offload mechanism * * Copyright (C) 2015 Jens Axboe * @@ -9,7 +9,6 @@ #include "fio.h" #include "flist.h" #include "workqueue.h" -#include "lib/getrusage.h" enum { SW_F_IDLE = 1 << 0,