btrfs: get fs_info from eb in repair_eb_io_failure
authorDavid Sterba <dsterba@suse.com>
Wed, 20 Mar 2019 10:23:44 +0000 (11:23 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:29 +0000 (19:02 +0200)
commit20a1fbf97e11204e099a95167f1851fc54296a00
treeb727a87a20c994594f1530a1d3af45a86115f936
parent9df76fb5442abdcf5dcc1b2676927482614ac43f
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>
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h