commit | cc07773f158331b5a9f5401e8d50cd7ed43c90ba | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Tue Aug 22 20:29:35 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:11 2023 -0400 |
tree | f58d125707bfbf5d30c77a597f8dc3476efba85d | |
parent | 71aba590297e9b5f71e760b9336ecb3b44c728ef [diff] |
bcachefs: Put bkey invalid check in commit path in a more useful place When doing updates early in recovery, before we can go RW, we still want to check that keys are valid at commit time - this moves key invalid checking to before the "btree updates to journal" path. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>