Skip to content
Commit d3c7727b authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: rebalance_work btree is not a snapshots btree



rebalance_work entries may refer to entries in the extents btree, which
is a snapshots btree, or they may also refer to entries in the reflink
btree, which is not.

Hence rebalance_work keys may use the snapshot field but it's not
required to be nonzero - add a new btree flag to reflect this.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 01ccee22
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment