]> Git Repo - linux.git/blobdiff - fs/io-wq.h
io-wq: improve manager/worker handling over exec
[linux.git] / fs / io-wq.h
index 3677b39db015055e827a62e623e0fa6b10677142..b6ca12b60c35c2e935b910b1d16499acd890ae81 100644 (file)
@@ -113,7 +113,7 @@ struct io_wq_data {
 };
 
 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
-void io_wq_destroy(struct io_wq *wq);
+void io_wq_put(struct io_wq *wq);
 
 void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work);
 void io_wq_hash_work(struct io_wq_work *work, void *val);
This page took 0.028767 seconds and 4 git commands to generate.