Now that online fsck is feature complete, there's actually a compelling
story for having the reverse mappings enabled. Turn it on by default.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
.IP
By default,
.B mkfs.xfs
-will not create reverse mapping btrees. This feature is only available
-for filesystems created with the (default)
+will create reverse mapping btrees when possible.
+This feature is only available for filesystems created with the (default)
.B \-m crc=1
option set. When the option
.B \-m crc=0
.dirftype = true,
.finobt = true,
.spinodes = true,
- .rmapbt = false,
+ .rmapbt = true,
.reflink = true,
.inobtcnt = true,
.parent_pointers = false,