workqueue/rate-submit: update comments
[fio.git] / workqueue.c
index 9bec0c329e742aaa64e883148247bd803fa27113..06fc26310dd57a829c4b05ce5bc00cd17856ab3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Rated submission helpers
+ * Generic workqueue offload mechanism
  *
  * Copyright (C) 2015 Jens Axboe <axboe@kernel.dk>
  *
@@ -9,7 +9,6 @@
 #include "fio.h"
 #include "flist.h"
 #include "workqueue.h"
-#include "lib/getrusage.h"
 
 enum {
        SW_F_IDLE       = 1 << 0,