bcachefs-tools icon indicating copy to clipboard operation
bcachefs-tools copied to clipboard

possible typo on btree_iter.c @ line 924

Open jpsollie opened this issue 3 years ago • 0 comments

I noticed the following 2 (very similar) lines:

bch2_bpos_to_text(&PBUF(buf3), b->data->min_key); 
bch2_bpos_to_text(&PBUF(buf3), b->data->max_key);

is it possible the latter one needs to point to buf4? this one was allocated, a few lines above, but never used

jpsollie avatar Apr 25 '21 06:04 jpsollie