]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Remove redundant calls to btree_lost_data()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 24 Apr 2025 13:13:28 +0000 (09:13 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:33 +0000 (20:14 -0400)
commit3aecbb01a168bf6396955e5da0533f6e5f000441
treee7fcdc7a81d5362e3441d279fe5f7dcd538003e0
parent3be132f93cff2586be482cb81807ff83899f572e
bcachefs: Remove redundant calls to btree_lost_data()

The btree node read path calls this before returning the read error.

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