commit | 20a1fbf97e11204e099a95167f1851fc54296a00 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Mar 20 11:23:44 2019 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 29 19:02:29 2019 +0200 |
tree | b727a87a20c994594f1530a1d3af45a86115f936 | |
parent | 9df76fb5442abdcf5dcc1b2676927482614ac43f [diff] |
btrfs: get fs_info from eb in repair_eb_io_failure We can read fs_info from extent buffer and can drop it from the parameters. As all callsites are updated, add the btrfs_ prefix as the function is exported. Signed-off-by: David Sterba <dsterba@suse.com>