bcachefs: Apply workaround for too many btree iters to read path
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 24 Nov 2021 00:00:23 +0000 (19:00 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:17 +0000 (17:09 -0400)
commit084d42bbd67c5b2de607f56a94c7295459b16b61
tree91651bd4fbd44623acbe09bfca6d4e9a649cfc9f
parent9ca4853b98af5fa15a2ddc47a45f8e103027f95d
bcachefs: Apply workaround for too many btree iters to read path

Reading from cached data, which calls bch2_bucket_io_time_reset(), is
leading to transaction iterator overflows - this standardizes the
workaround.

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