25 May, 2020

1 commit

  • Structure tree_entry provides a very simple rb_tree which only uses
    bytenr as search index.

    That tree_entry is used in 3 structures: backref_node, mapping_node and
    tree_block.

    Since we're going to make backref_node independnt from relocation, it's
    a good time to extract the tree_entry into rb_simple_node, and export it
    into misc.h.

    Signed-off-by: Qu Wenruo
    Reviewed-by: David Sterba
    Signed-off-by: David Sterba

    Qu Wenruo
     

18 Nov, 2019

1 commit


09 Sep, 2019

2 commits