]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - include/linux/oom.h
mm, oom: distinguish blockable mode for mmu notifiers
[mirror_ubuntu-hirsute-kernel.git] / include / linux / oom.h
index 6adac113e96d29b5059ed65ac0522237c9b94388..92f70e4c62529fff53e592f99be9ec12d6372ce2 100644 (file)
@@ -95,7 +95,7 @@ static inline int check_stable_address_space(struct mm_struct *mm)
        return 0;
 }
 
-void __oom_reap_task_mm(struct mm_struct *mm);
+bool __oom_reap_task_mm(struct mm_struct *mm);
 
 extern unsigned long oom_badness(struct task_struct *p,
                struct mem_cgroup *memcg, const nodemask_t *nodemask,