Underscores are for special functions, use the full prefix for better
stacktrace recognition.
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
return ret;
}
-static int __check_raid_min_devices(struct btrfs_fs_info *fs_info)
+static int btrfs_check_raid_min_devices(struct btrfs_fs_info *fs_info)
{
u64 all_avail;
u64 num_devices;
mutex_lock(&uuid_mutex);
- ret = __check_raid_min_devices(root->fs_info);
+ ret = btrfs_check_raid_min_devices(root->fs_info);
if (ret)
goto out;