]> www.infradead.org Git - users/hch/dma-mapping.git/commit
bcachefs: handle restarts in bch2_bucket_io_time_reset()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 15 Oct 2024 03:58:45 +0000 (23:58 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 18 Oct 2024 04:49:48 +0000 (00:49 -0400)
commit6bee2a04c5473d6d463c64e9a1f77c875b83401d
tree370dacbbacb58b92b02aaccaae56e72de9d702d5
parent29fd10a36a6326aba134cc0ea9def8d4601279d0
bcachefs: handle restarts in bch2_bucket_io_time_reset()

bch2_bucket_io_time_reset() doesn't need to succeed, which is why it
didn't previously retry on transaction restart - but we're now treating
these as errors.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_background.c