bcachefs: trans->updates will also be resizable
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 13 Dec 2023 01:30:44 +0000 (20:30 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:44 +0000 (11:47 -0500)
commit5cc6daf74979ca951ce2550847995b3b18398af4
treeeff7bc84a6fefbddea7fb1076d5a429205415de5
parent31403dca5bb1e55ea0ea6ad1264b81fa8c9a3768
bcachefs: trans->updates will also be resizable

the reflink triggers are also bumping up against the maximum number of
paths in a transaction - and generating proportional numbers of updates.

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