Commit 914f3770 authored by Damien Le Moal's avatar Damien Le Moal Committed by Carlos Maiolino
Browse files

xfs: Improve CONFIG_XFS_RT Kconfig help



Improve the description of the XFS_RT configuration option to document
that this option is required for zoned block devices.

Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarCarlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: default avatarCarlos Maiolino <cem@kernel.org>
parent 211ddde0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -119,6 +119,15 @@ config XFS_RT

	  See the xfs man page in section 5 for additional information.

	  This option is mandatory to support zoned block devices. For these
	  devices, the realtime subvolume must be backed by a zoned block
	  device and a regular block device used as the main device (for
	  metadata). If the zoned block device is a host-managed SMR hard-disk
	  containing conventional zones at the beginning of its address space,
	  XFS will use the disk conventional zones as the main device and the
	  remaining sequential write required zones as the backing storage for
	  the realtime subvolume.

	  If unsure, say N.

config XFS_DRAIN_INTENTS