diff --git a/kernel-shared/zoned.h b/kernel-shared/zoned.h index db7567d0..75327610 100644 --- a/kernel-shared/zoned.h +++ b/kernel-shared/zoned.h @@ -199,6 +199,11 @@ static inline int btrfs_wipe_temporary_sb(struct btrfs_fs_devices *fs_devices) return 0; } +static inline bool zoned_profile_supported(u64 map_type) +{ + return false; +} + #endif /* BTRFS_ZONED */ static inline bool btrfs_dev_is_sequential(struct btrfs_device *device, u64 pos)