]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit330639cfe7976c3f605369408280cc6cd8839252
treeb727a87a20c994594f1530a1d3af45a86115f936
parentdcd80db8aeaf24fcf1083b10c6d857178e717229
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