Skip to content

Commit 9ce43ca

Browse files
damien-lemoalcmaiolino
authored andcommitted
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 <hch@lst.de> Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent f76823e commit 9ce43ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/xfs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ config XFS_POSIX_ACL
105105
config XFS_RT
106106
bool "XFS Realtime subvolume support"
107107
depends on XFS_FS
108+
default BLK_DEV_ZONED
108109
help
109110
If you say Y here you will be able to mount and use XFS filesystems
110111
which contain a realtime subvolume. The realtime subvolume is a

0 commit comments

Comments
 (0)