backend: move iolog compression init before CPU affinity settings
authorJens Axboe <axboe@fb.com>
Thu, 19 May 2016 17:41:28 +0000 (11:41 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 19 May 2016 17:41:28 +0000 (11:41 -0600)
Previously we did this after we had set CPU affinity for the IO
worker. But if we do that, then we limit the log compression
to the exact CPUs that we don't want it to run on.

So let's do this earlier, which means the compression threads can
run anyway. We'll trust the OS scheduler to keep them out of our
way.

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

No differences found