]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Kill trans->updates2
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 7 Jun 2021 18:54:56 +0000 (14:54 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:06 +0000 (17:09 -0400)
commitcd8319fdd91a600594b2edb6c6eed65dc74354c8
tree5dff66b413bd74bf2d50d66f1f71c84ffa94072f
parentc1949baa51cb2794bf3be8f092f0f43a7ca0904b
bcachefs: Kill trans->updates2

Now that extent handling has been lifted to bch2_trans_update(), we
don't need to keep two different lists of updates.

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