io-wq: use private CPU mask
authorJens Axboe <axboe@kernel.dk>
Thu, 17 Jun 2021 16:08:11 +0000 (10:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Jun 2021 16:08:11 +0000 (10:08 -0600)
commit0e03496d1967abf1ebb151a24318c07d07f41f7f
tree386e2a8d430775ff013242fca4e90eeba6da7728
parentec16d35b6c9d8c89b3b7327a52c4972a7e4281d3
io-wq: use private CPU mask

In preparation for allowing user specific CPU masks for IO thread
creation, switch to using a mask embedded in the per-node wqe
structure.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c