mm: per-process reclaim
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / fs / proc / base.c
index 3b593d1bafaf0bcba433ebd69d72f79811e9b551..00653689a83de2c319e70ad3b73aba0258e9f65f 100644 (file)
@@ -2973,6 +2973,9 @@ static const struct pid_entry tgid_base_stuff[] = {
        REG("mounts",     S_IRUGO, proc_mounts_operations),
        REG("mountinfo",  S_IRUGO, proc_mountinfo_operations),
        REG("mountstats", S_IRUSR, proc_mountstats_operations),
+#ifdef CONFIG_PROCESS_RECLAIM
+       REG("reclaim",    S_IWUGO, proc_reclaim_operations),
+#endif
 #ifdef CONFIG_PROC_PAGE_MONITOR
        REG("clear_refs", S_IWUSR, proc_clear_refs_operations),
        REG("smaps",      S_IRUGO, proc_pid_smaps_operations),