From: Jens Axboe Date: Wed, 19 Aug 2020 13:12:11 +0000 (-0600) Subject: engines/windowsaio: fix silly thinky on IO thread creation X-Git-Tag: fio-3.23~28 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1dd90eec6cf5e68285dcab638b97a25f5f3018d4;hp=1dd90eec6cf5e68285dcab638b97a25f5f3018d4;p=fio.git 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 ---