X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fio-wq.h;h=ba6eee76d028f64ff932c94b1de3976994d14227;hb=c9fa2b07fa99e648b5042a32dbfa39ba68a190db;hp=dbecd27656c7ccd79f1d738f40a1c9feebd147ad;hpb=b8042ff4faa59ed3608beeeddc5d87ce55c62a98;p=linux-block.git diff --git a/fs/io-wq.h b/fs/io-wq.h index dbecd27656c7..ba6eee76d028 100644 --- a/fs/io-wq.h +++ b/fs/io-wq.h @@ -155,6 +155,7 @@ struct io_wq_work_node *wq_stack_extract(struct io_wq_work_node *stack) struct io_wq_work { struct io_wq_work_node list; unsigned flags; + int cancel_seq; }; static inline struct io_wq_work *wq_next_work(struct io_wq_work *work)