commit | 9ddffaf83b5ac7cf79917cfe9a1435cc07d071b6 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Sat Dec 25 21:43:29 2021 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:20 2023 -0400 |
tree | 1272deac11ba66146fe35a131a127724034e4e6e | |
parent | abe19d458e8fffbebacaad3aad64604d2819913a [diff] |
bcachefs: Put open_buckets in a hashtable This is so that the copygc code doesn't have to refer to bucket_mark.owned_by_allocator - assisting in getting rid of the in memory bucket array. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>