workqueue/rate-submit: update comments
authorJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 19:30:24 +0000 (12:30 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 19:30:24 +0000 (12:30 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
rate-submit.c
workqueue.c

index a1d55916c0dd7b4fe716826865d7681197834aeb..3d35815212f5e1ca67b1b79990d78abf90579241 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Rated submission helpers
+ *
+ * Copyright (C) 2015 Jens Axboe <axboe@kernel.dk>
+ *
+ */
 #include "fio.h"
 #include "ioengine.h"
 #include "lib/getrusage.h"
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,