]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: Simplify bch2_extent_atomic_end()
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 16 May 2025 21:07:06 +0000 (17:07 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:15:07 +0000 (20:15 -0400)
commitf132a78095b6a67f717657a09640539cb847d2d6
tree6a29d0e518fee0d0f29645966f770f6d945033af
parent7fd643c032ae0ced53d57fc23981c4d3d269d352
bcachefs: Simplify bch2_extent_atomic_end()

It used to be that we had a fixed maximum number of btree paths to work
with - 64.

That's no longer the case, so bch2_extent_atomic_end() doesn't have to
be as strict.

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