From: Damien Le Moal Date: Tue, 12 Aug 2025 02:55:19 +0000 (+0900) Subject: xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabled X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9ce43caa4b7be707638d49ad4fb358b6ff646e91;p=users%2Fjedix%2Flinux-maple.git xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabled XFS support for zoned block devices requires the realtime subvolume support (XFS_RT) to be enabled. Change the default configuration value of XFS_RT from N to CONFIG_BLK_DEV_ZONED to align with this requirement. This change still allows the user to disable XFS_RT if this feature is not desired for the user use case. Suggested-by: Christoph Hellwig Signed-off-by: Damien Le Moal Reviewed-by: Christoph Hellwig Reviewed-by: Carlos Maiolino Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig index ae0ca68584963..065953475cf5e 100644 --- a/fs/xfs/Kconfig +++ b/fs/xfs/Kconfig @@ -105,6 +105,7 @@ config XFS_POSIX_ACL config XFS_RT bool "XFS Realtime subvolume support" depends on XFS_FS + default BLK_DEV_ZONED help If you say Y here you will be able to mount and use XFS filesystems which contain a realtime subvolume. The realtime subvolume is a