workqueue: Ensure submission offload worker inherits parent's options
authorAndrey Kuzmin <andrey.v.kuzmin@gmail.com>
Tue, 8 Sep 2015 15:10:55 +0000 (09:10 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 8 Sep 2015 15:10:55 +0000 (09:10 -0600)
commit736a50cd7d04e510d0a104316a6b4a3a5bcc43f6
tree0a521104fdcbe6129ab2290d89cfba079aab7d35
parentb638d82f882bd8c15cc933ee0b8fa684308e7855
workqueue: Ensure submission offload worker inherits parent's options

Properly initialize sibling's eo, as otherwise it will miss parent's
options.

Signed-off-by: Jens Axboe <axboe@fb.com>
workqueue.c