kernel/drivers/android/binder_alloc.c
.. .. @@ -1097,6 +1097,12 @@ 1097 1097 return ret; 1098 1098 } 1099 1099 1100 +void binder_alloc_shrinker_exit(void)1101 +{1102 + unregister_shrinker(&binder_shrinker);1103 + list_lru_destroy(&binder_alloc_lru);1104 +}1105 +1100 1106 /** 1101 1107 * check_buffer() - verify that buffer/offset is safe to access 1102 1108 * @alloc: binder_alloc for this proc