diff options
author | Jens Axboe <axboe@kernel.dk> | 2021-02-16 15:42:24 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-21 17:25:22 -0700 |
commit | 3b094e727dd5b24b4b259a8617b375dd20c16347 (patch) | |
tree | 2b3ed57268cb827c3a084fa3a7d25a62a3ee6f16 /fs/io-wq.h | |
parent | d25e3a3de0d6fb2f660dbc7d643b2c632beb1743 (diff) | |
download | linux-next-3b094e727dd5b24b4b259a8617b375dd20c16347.tar.gz |
io-wq: get rid of wq->use_refs
We don't support attach anymore, so doesn't make sense to carry the
use_refs reference count. Get rid of it.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io-wq.h')
-rw-r--r-- | fs/io-wq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/io-wq.h b/fs/io-wq.h index a1610702f222..d2cf284b4641 100644 --- a/fs/io-wq.h +++ b/fs/io-wq.h @@ -108,7 +108,6 @@ struct io_wq_data { }; struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data); -bool io_wq_get(struct io_wq *wq, struct io_wq_data *data); void io_wq_destroy(struct io_wq *wq); void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work); |