hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/erofs/zdata.h
....@@ -7,6 +7,7 @@
77 #ifndef __EROFS_FS_ZDATA_H
88 #define __EROFS_FS_ZDATA_H
99
10
+#include <linux/kthread.h>
1011 #include "internal.h"
1112 #include "zpvec.h"
1213
....@@ -92,6 +93,7 @@
9293 union {
9394 struct completion done;
9495 struct work_struct work;
96
+ struct kthread_work kthread_work;
9597 } u;
9698 };
9799