commit | f0e70018d14ef94a5f680c977591ccb6cf29e9ca | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Sun Dec 20 21:42:19 2020 -0500 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:08:50 2023 -0400 |
tree | 73ed1782d13e819834b3290fbeae2cffbb0f2067 | |
parent | 07bd4c285b79e068d2e6986a4cc60703434f1eed [diff] |
bcachefs: Fix iterator overflow in move path The move path was calling bch2_bucket_io_time_reset() for cached pointers (which it shouldn't have been), and then not calling bch2_trans_reset() when it got -EINTR (indicating transaction restart). Oops. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>