Blame SOURCES/xfsprogs-4.8.0-mkfs.xfs-clarify-ftype-defaults-in-manpage.patch

9bf599
From f10a5ab0b3a4cb8a7e17a4935fb33d283c3dd31f Mon Sep 17 00:00:00 2001
9bf599
From: Eric Sandeen <sandeen@sandeen.net>
9bf599
Date: Tue, 20 Sep 2016 08:48:54 +1000
9bf599
Subject: [PATCH] mkfs.xfs: clarify ftype defaults in manpage
9bf599
9bf599
When CRCs were made default, a few leftovers related to its
9bf599
prior non-default status remained in the manpage, in the ftype
9bf599
section.  Clean those up, stating the correct default for this
9bf599
feature.
9bf599
9bf599
Reported-by: Chris Murphy <chris@cmurf.com>
9bf599
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
9bf599
Reviewed-by: Dave Chinner <dchinner@redhat.com>
9bf599
Signed-off-by: Dave Chinner <david@fromorbit.com>
9bf599
---
9bf599
 man/man8/mkfs.xfs.8 | 10 ++++------
9bf599
 1 file changed, 4 insertions(+), 6 deletions(-)
9bf599
9bf599
Index: xfsprogs-rhel7.5/man/man8/mkfs.xfs.8
9bf599
===================================================================
9bf599
--- xfsprogs-rhel7.5.orig/man/man8/mkfs.xfs.8
9bf599
+++ xfsprogs-rhel7.5/man/man8/mkfs.xfs.8
9bf599
@@ -587,13 +587,11 @@ do not need to look up the inode to dete
9bf599
 
9bf599
 The
9bf599
 .I value
9bf599
-is either 0 or 1, with 1 signifiying that filetype information
9bf599
-will be stored in the directory structure. The default value is 0.
9bf599
+is either 0 or 1, with 1 signifying that filetype information
9bf599
+will be stored in the directory structure.  The default value is 1.
9bf599
 
9bf599
-When CRCs are enabled via
9bf599
-.B \-m crc=1,
9bf599
-the ftype functionality is always enabled. This feature can not be turned
9bf599
-off for such filesystem configurations.
9bf599
+When CRCs are enabled (the default), the ftype functionality is always
9bf599
+enabled, and cannot be turned off.
9bf599
 .IP
9bf599
 .RE
9bf599
 .TP