• J
    Btrfs: use a bit to track if we're in the radix tree · 34b41ace
    Josef Bacik 提交于
    For creating a dummy in-memory btree I need to be able to use the radix tree to
    keep track of the buffers like normal extent buffers.  With dummy buffers we
    skip the radix tree step, and we still want to do that for the tree mod log
    dummy buffers but for my test buffers we need to be able to remove them from the
    radix tree like normal.  This will give me a way to do that.  Thanks,
    Signed-off-by: NJosef Bacik <jbacik@fb.com>
    Signed-off-by: NChris Mason <clm@fb.com>
    34b41ace
extent_io.h 12.8 KB