]> www.infradead.org Git - nvme.git/commit
bcachefs: Move transaction commit path validation to as late as possible
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 26 Sep 2024 20:50:29 +0000 (16:50 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 28 Sep 2024 01:46:35 +0000 (21:46 -0400)
commit7c980a43e936e32741a62bf5a047c5f5ad572ec8
treeada12d43c585be7ed5b2344d89281956fd70dfe6
parent431312b59cf54f9cc99352d0c3d80ed30e9b7df5
bcachefs: Move transaction commit path validation to as late as possible

In order to check for accounting keys with version=0, we need to run
validation after they've been assigned version numbers.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_trans_commit.c