commit | 0725c0c9351d9854a61bc68f0a59d9f91d75abbd | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Sat Sep 05 01:34:36 2020 +0800 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:13:15 2020 +0200 |
tree | 8667c6c70aee614b9276ec9faadebb7e366902e6 | |
parent | c83b60c0e4d27363e284123afb50ff34f0ea1f1a [diff] |
btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declaration The function is short and simple, we can get rid of the declaration as it's not necessary for a static function. Move it before its first caller. No functional changes. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>