diff options
author | 2025-04-22 04:54:54 -0400 | |
---|---|---|
committer | 2025-04-24 19:09:52 -0400 | |
commit | 353739f1d1675692d9de01483c75c15b314710ac (patch) | |
tree | 2ead171220301bb2dd57d96f51323fe1e5dfaa9f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bcachefs: Make btree_iter_peek_prev() assert more precise (diff) | |
download | wireguard-linux-353739f1d1675692d9de01483c75c15b314710ac.tar.xz wireguard-linux-353739f1d1675692d9de01483c75c15b314710ac.zip |
bcachefs: Fix btree_iter_peek_prev() at end of inode
At the end of the inode, on an extents iterator, peek_slot() has to
advance to the next position to avoid returning a 0 size extent, which
is not allowed.
Changing iter->pos confuses peek_prev(), but we don't need to call
peek_slot() in this case.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions