OSDN Git Service

btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller
authorDavid Sterba <dsterba@suse.com>
Tue, 20 Mar 2018 14:35:50 +0000 (15:35 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:22 +0000 (18:07 +0200)
commit00251a527a6fae93ccd4322619b23db56ed82986
treeaa17bb7d9396860a9db0d991081bb93d94d4d5e6
parentb51851971343da1ef8533fb6e174c9c539638dd8
btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller

The function is called once and is fairly small, we can merge it with
the caller.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/dev-replace.c