io-wq: rename wq->done completion to wq->started
authorJens Axboe <axboe@kernel.dk>
Fri, 26 Feb 2021 16:53:17 +0000 (09:53 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 28 Feb 2021 19:20:52 +0000 (12:20 -0700)
commite23382adb94d8c4b9c66561beb133b46f03c80b6
treedb0a32fd281e9f65c683a50ec71b61725ccf0633
parent38feb4be38e3222b0484d6621c913f24add65adf
io-wq: rename wq->done completion to wq->started

This is a leftover from a different use cases, it's used to wait for
the manager to startup. Rename it as such.

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