bcachefs: Fix another iterator counting bug
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 15 May 2020 01:45:08 +0000 (21:45 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:39 +0000 (17:08 -0400)
commit0d0e77f45fe806a80af76501d5422437692e158b
tree3423292046afe387d7ff945caa9d28fa87d5a2c9
parentd3baf289dce56f78700ca9dc64153263652c9a0a
bcachefs: Fix another iterator counting bug

We were marking the end of where we could insert incorrectly for
indirect extents.

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