Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 562d4254 authored by Josef Bacik's avatar Josef Bacik Committed by David Sterba
Browse files

btrfs: factor out eb uptodate check from do_walk_down()


do_walk_down() already has a bunch of things going on, and there's a bit
of code related to reading in the next eb if we decide we need it.  Move
this code off into it's own helper to clean up do_walk_down() a little
bit.

Signed-off-by: default avatarJosef Bacik <josef@toxicpanda.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 7fcee18d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment