diff --git a/Ext4Fsd/include/linux/module.h b/Ext4Fsd/include/linux/module.h index f1efa85..1c3ff8b 100644 --- a/Ext4Fsd/include/linux/module.h +++ b/Ext4Fsd/include/linux/module.h @@ -438,10 +438,10 @@ extern struct task_struct *current; // -static inline cond_resched() { +static inline int cond_resched() { return FALSE; } -static inline need_resched() { +static inline int need_resched() { return FALSE; }