• Kent Overstreet's avatar
    bcachefs: Drop bkey noops · 0390ea8a
    Kent Overstreet authored
    Bkey noops were introduced to deal with trimming inline data extents in
    place in the btree: if the u64s field of a bkey was 0, that u64 was a
    noop and we'd start looking for the next bkey immediately after it.
    
    But extent handling has been lifted above the btree - we no longer
    modify existing extents in place in the btree, and the compatibilty code
    for old style extent btree nodes is gone, so we can completely drop this
    code.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@gmail.com>
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
    0390ea8a
bkey_sort.c 6.09 KB