]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Fix failure to return error in data_update_index_update()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 26 Aug 2024 19:11:38 +0000 (15:11 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 27 Aug 2024 00:33:12 +0000 (20:33 -0400)
commit66927b89289974dab6d3b3cdd7706d0376034114
tree4c696977fad58b7ceb844e06ef4abe9f34ebcaec
parent49aa7830396bce33b00fa7ee734c35de36521138
bcachefs: Fix failure to return error in data_update_index_update()

This fixes an assertion pop in io_write.c - if we don't return an error
we're supposed to have completed all the btree updates.

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