Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 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>

authored by

Damien Le Moal and committed by
Carlos Maiolino
914f3770 211ddde0

+9
+9
fs/xfs/Kconfig
··· 119 119 120 120 See the xfs man page in section 5 for additional information. 121 121 122 + This option is mandatory to support zoned block devices. For these 123 + devices, the realtime subvolume must be backed by a zoned block 124 + device and a regular block device used as the main device (for 125 + metadata). If the zoned block device is a host-managed SMR hard-disk 126 + containing conventional zones at the beginning of its address space, 127 + XFS will use the disk conventional zones as the main device and the 128 + remaining sequential write required zones as the backing storage for 129 + the realtime subvolume. 130 + 122 131 If unsure, say N. 123 132 124 133 config XFS_DRAIN_INTENTS