From 51575029ff4027f42ef6be374fd50b2cda5880b4 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 8 Dec 2015 12:30:24 -0700 Subject: [PATCH] workqueue/rate-submit: update comments Signed-off-by: Jens Axboe --- rate-submit.c | 6 ++++++ workqueue.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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, -- 2.25.1