[PATCH] xfsprogs: Note projid32bit default change in mkfs.xfs manpage

Eric Sandeen sandeen at redhat.com
Fri Oct 18 12:57:37 CDT 2013


As of xfsprogs 3.2.0, the projid32bit default changed from 0
to 1.  Document this.

When we document -m crc etc, we'll also need to note that 0 is
incompatible with crc=1.

Signed-off-by: Eric Sandeen <sandeen at redaht.com>
---

diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8
index 61122f0..99f7013 100644
--- a/man/man8/mkfs.xfs.8
+++ b/man/man8/mkfs.xfs.8
@@ -362,7 +362,8 @@ than version 2.6.16.
 This is used to enable 32bit quota project identifiers. The
 .I value
 is either 0 or 1, with 1 signifying that 32bit projid are to be enabled.
-If the value is omitted, 0 is assumed.
+If the value is omitted, 1 is assumed.  (This default changed
+in release version 3.2.0.)
 .RE
 .TP
 .BI \-l " log_section_options"



More information about the xfs mailing list