kernel/fs/erofs/zdata.h
.. .. @@ -7,6 +7,7 @@ 7 7 #ifndef __EROFS_FS_ZDATA_H 8 8 #define __EROFS_FS_ZDATA_H 9 9 10 +#include <linux/kthread.h>10 11 #include "internal.h" 11 12 #include "zpvec.h" 12 13 .. .. @@ -92,6 +93,7 @@ 92 93 union { 93 94 struct completion done; 94 95 struct work_struct work; 96 + struct kthread_work kthread_work;95 97 } u; 96 98 }; 97 99