tools: sync lib/find_bit implementation
[sfrench/cifs-2.6.git] / fs / io-wq.h
index 80d590564ff93e00f1a457fffd7bcee97f73e837..0e6d310999e899a9d416459138be22a23f02bf56 100644 (file)
@@ -116,6 +116,7 @@ static inline void io_wq_put_hash(struct io_wq_hash *hash)
 
 struct io_wq_data {
        struct io_wq_hash *hash;
+       struct task_struct *task;
        io_wq_work_fn *do_work;
        free_work_fn *free_work;
 };