X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=workqueue.c;h=06fc26310dd57a829c4b05ce5bc00cd17856ab3f;hp=9bec0c329e742aaa64e883148247bd803fa27113;hb=51575029ff4027f42ef6be374fd50b2cda5880b4;hpb=26de50cf42e452f2f0bc7dde9faca18fd9976991 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,