bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 23 Dec 2019 04:04:30 +0000 (23:04 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:33 +0000 (17:08 -0400)
commitb1fd23df1deda45a408d007aa0b105569d12b907
tree152537cbb9cb393a0ecb3ab38ecbe8343326ce39
parenta8abd3a7f63efe4a366ae5aba10b2466feba39d7
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC

BTREE_INSERT_ATOMIC should really be the default mode, and there's not
that much code that doesn't need it - so this is prep work for getting
rid of the flag.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_update.h
fs/bcachefs/btree_update_leaf.c
fs/bcachefs/dirent.c
fs/bcachefs/dirent.h
fs/bcachefs/ec.c
fs/bcachefs/fs-io.c
fs/bcachefs/fsck.c
fs/bcachefs/inode.c
fs/bcachefs/recovery.c
fs/bcachefs/xattr.c