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