hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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