hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/android/binder_alloc.c
....@@ -1097,6 +1097,12 @@
10971097 return ret;
10981098 }
10991099
1100
+void binder_alloc_shrinker_exit(void)
1101
+{
1102
+ unregister_shrinker(&binder_shrinker);
1103
+ list_lru_destroy(&binder_alloc_lru);
1104
+}
1105
+
11001106 /**
11011107 * check_buffer() - verify that buffer/offset is safe to access
11021108 * @alloc: binder_alloc for this proc