bcachefs: Fix bch2_mark_extent()
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 9 Oct 2019 01:33:56 +0000 (21:33 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:29 +0000 (17:08 -0400)
commit332c6e5370717fe28776b7427806043c22a81f69
tree0843298a40a9a97642fc6b558b28cc3ca6b61604
parentbf974f92039778d338e265278cb7aeaabf82ec2d
bcachefs: Fix bch2_mark_extent()

If an extent only contained cached or erasure coded pointers, there
won't be any devices in the normal dirty replicas list or an entry to
update.

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