bcachefs: Fix an iterator error path
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 3 Jan 2020 23:04:19 +0000 (18:04 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:34 +0000 (17:08 -0400)
commitd5cdf033cd371eb55f7337ac08bb4ac48135ce8b
treee7fc74d99d823bbe7ab5374eeb006015667e870c
parent9ad26b2b568f75ee6872a3afa70fa8005994efe8
bcachefs: Fix an iterator error path

On transaction restart (-EINTR), we need to traverse all iterators.

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