commit | 463086d99889c84ce0960fac2815c596f26cc0e5 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Tue Nov 28 16:31:48 2023 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Tue Nov 28 22:58:22 2023 -0500 |
tree | da6741e161854f4ead991f665881096cf2a202bf | |
parent | 2111f39459b0b2ec54859b756c625edb0befce0e [diff] |
bcachefs: Convert gc_alloc_start() to for_each_btree_key2() This eliminates some SRCU warnings: for_each_btree_key2() runs every loop iteration in a distinct transaction context. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>