commit | 2760bfe38826f65b1806f1cc62744404b5917dea | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Thu Jun 06 20:01:34 2024 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Mon Jun 10 13:17:16 2024 -0400 |
tree | a674dde0d7c4149127fd4a66a1f79bd5cf9d35bb | |
parent | 9ac3e660cac3e29cfc817b6a23735b70f12bd16a [diff] |
bcachefs: Fix reporting of freed objects from key cache shrinker We count objects as freed when we move them to the srcu-pending lists because we're doing the equivalent of a kfree_srcu(); the only difference is managing the pending list ourself means we can allocate from the pending list. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>