bcachefs: Kill BTREE_INSERT_USE_RESERVE
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 27 Jun 2023 21:32:48 +0000 (17:32 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:05 +0000 (17:10 -0400)
commitf33c58fc46a9c5bd6cbf90edb6ce17fa3fd912d5
treed8a245eb7cf6e7ef9d7a6fc0a02cf06ba917dc2e
parent65db60490a36cbfc0500cb86bf539614c89501d3
bcachefs: Kill BTREE_INSERT_USE_RESERVE

Now that we have journal watermarks and alloc watermarks unified,
BTREE_INSERT_USE_RESERVE is redundant and can be deleted.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_background.c
fs/bcachefs/btree_io.c
fs/bcachefs/btree_key_cache.c
fs/bcachefs/btree_update.h
fs/bcachefs/btree_update_interior.c
fs/bcachefs/btree_write_buffer.c
fs/bcachefs/data_update.c
fs/bcachefs/migrate.c
fs/bcachefs/movinggc.c