mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
Add missing return type to cond_resched and need_resched
This commit is contained in:
@@ -438,10 +438,10 @@ extern struct task_struct *current;
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
static inline cond_resched() {
|
static inline int cond_resched() {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
static inline need_resched() {
|
static inline int need_resched() {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user