The following changes since commit b638d82f882bd8c15cc933ee0b8fa684308e7855:

  verify: move meta header to generic verify_header (2015-09-05 16:24:03 -0600)

are available in the git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 736a50cd7d04e510d0a104316a6b4a3a5bcc43f6:

  workqueue: Ensure submission offload worker inherits parent's options 
(2015-09-08 09:10:55 -0600)

----------------------------------------------------------------
Andrey Kuzmin (1):
      workqueue: Ensure submission offload worker inherits parent's options

 workqueue.c | 1 +
 1 file changed, 1 insertion(+)

---

Diff of recent changes:

diff --git a/workqueue.c b/workqueue.c
index e236516..60e6ab2 100644
--- a/workqueue.c
+++ b/workqueue.c
@@ -162,6 +162,7 @@ static int init_submit_worker(struct submit_worker *sw)
        memcpy(&td->ts, &parent->ts, sizeof(td->ts));
        td->o.uid = td->o.gid = -1U;
        dup_files(td, parent);
+       td->eo = parent->eo;
        fio_options_mem_dupe(td);
 
        if (ioengine_load(td))
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to