hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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