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

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