commit | 1dd90eec6cf5e68285dcab638b97a25f5f3018d4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Aug 19 07:12:11 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Aug 19 07:12:11 2020 -0600 |
tree | d49c4faa5d84982514c41358057bca3af1d77a5d | |
parent | 3e48f7c9de6166a62bcca7371c3c74025be952f2 [diff] |
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>