Loading drivers/android/binder_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -984,7 +984,7 @@ binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) return ret; } struct shrinker binder_shrinker = { static struct shrinker binder_shrinker = { .count_objects = binder_shrink_count, .scan_objects = binder_shrink_scan, .seeks = DEFAULT_SEEKS, Loading Loading
drivers/android/binder_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -984,7 +984,7 @@ binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) return ret; } struct shrinker binder_shrinker = { static struct shrinker binder_shrinker = { .count_objects = binder_shrink_count, .scan_objects = binder_shrink_scan, .seeks = DEFAULT_SEEKS, Loading