engines/windowsaio: fix silly thinky on IO thread creation
authorJens Axboe <axboe@kernel.dk>
Wed, 19 Aug 2020 13:12:11 +0000 (07:12 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Aug 2020 13:12:11 +0000 (07:12 -0600)
commit1dd90eec6cf5e68285dcab638b97a25f5f3018d4
treed49c4faa5d84982514c41358057bca3af1d77a5d
parent3e48f7c9de6166a62bcca7371c3c74025be952f2
engines/windowsaio: fix silly thinky on IO thread creation

I inadvertently made the setup fail unless the affinity option was
set, the intent was obviously to only run the affinitization if we
asked for it.

Fixes: 09c1aa8b3227 ("engines/windowsaio: only set IOCP thread affinity if specified")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/windowsaio.c