bcachefs: Ignore backpointers to stripes in ec_stripe_update_extents()
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 8 Feb 2025 02:26:27 +0000 (21:26 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:13 +0000 (21:02 -0400)
commit7606fb4d26e0684d40e40ea070a30af901e5bbbd
tree072e87e8475dff809d4bdfab442a0a9dfb107147
parent898bda5b72a72a2617c877842c04b2a51c765a28
bcachefs: Ignore backpointers to stripes in ec_stripe_update_extents()

Prep work for stripe backpointers: this path previously would get very
confused at being asked to process (remove redundant replicas) stripes.

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