summaryrefslogtreecommitdiff
path: root/fs/io-wq.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-02-17 01:42:24 +0300
committerJens Axboe <axboe@kernel.dk>2021-02-22 03:25:22 +0300
commit3b094e727dd5b24b4b259a8617b375dd20c16347 (patch)
tree2b3ed57268cb827c3a084fa3a7d25a62a3ee6f16 /fs/io-wq.h
parentd25e3a3de0d6fb2f660dbc7d643b2c632beb1743 (diff)
downloadlinux-3b094e727dd5b24b4b259a8617b375dd20c16347.tar.xz
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.h1
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);