From patchwork Mon Sep 19 13:26:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 9339473 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D9107601C2 for ; Mon, 19 Sep 2016 13:27:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CA40E29232 for ; Mon, 19 Sep 2016 13:27:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BEB4A292B9; Mon, 19 Sep 2016 13:27:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from oss.sgi.com (oss.sgi.com [192.48.182.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 89AF229232 for ; Mon, 19 Sep 2016 13:27:02 +0000 (UTC) Received: from oss.sgi.com (localhost [IPv6:::1]) by oss.sgi.com (Postfix) with ESMTP id EAC187CA2; Mon, 19 Sep 2016 08:27:00 -0500 (CDT) X-Original-To: xfs@oss.sgi.com Delivered-To: xfs@oss.sgi.com Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id 9F0EC7CA1 for ; Mon, 19 Sep 2016 08:26:58 -0500 (CDT) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay2.corp.sgi.com (Postfix) with ESMTP id 701CD304039 for ; Mon, 19 Sep 2016 06:26:55 -0700 (PDT) X-ASG-Debug-ID: 1474291612-0bf57c638068ed0001-NocioJ Received: from sandeen.net (sandeen.net [63.231.237.45]) by cuda.sgi.com with ESMTP id 8hy2GAcDhWg1S3tR for ; Mon, 19 Sep 2016 06:26:52 -0700 (PDT) X-Barracuda-Envelope-From: sandeen@sandeen.net X-Barracuda-Effective-Source-IP: sandeen.net[63.231.237.45] X-Barracuda-Apparent-Source-IP: 63.231.237.45 Received: from [10.0.0.4] (liberator [10.0.0.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTPSA id 7FE6351C06B for ; Mon, 19 Sep 2016 08:26:36 -0500 (CDT) Subject: [PATCH V2] mkfs.xfs: clarify ftype defaults in manpage To: xfs@oss.sgi.com X-ASG-Orig-Subj: [PATCH V2] mkfs.xfs: clarify ftype defaults in manpage References: <1f98ea1d-893c-d1c0-2307-3f5a9b478238@redhat.com> From: Eric Sandeen Message-ID: <5a728f87-665a-1b1a-84b5-ab420cfa4250@sandeen.net> Date: Mon, 19 Sep 2016 08:26:51 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1f98ea1d-893c-d1c0-2307-3f5a9b478238@redhat.com> X-Barracuda-Connect: sandeen.net[63.231.237.45] X-Barracuda-Start-Time: 1474291612 X-Barracuda-URL: https://192.48.176.15:443/cgi-mod/mark.cgi X-Barracuda-Scan-Msg-Size: 1175 X-Virus-Scanned: by bsmtpd at sgi.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.7 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.33032 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: xfs@oss.sgi.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com X-Virus-Scanned: ClamAV using ClamSMTP When CRCs were made default, a few leftovers related to its prior non-default status remained in the manpage, in the ftype section. Clean those up, stating the correct default for this feature. Reported-by: Chris Murphy Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- V2: reflect reality regarding defaults, sorry about that. diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 9578c4d..c44b3bd 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -636,13 +636,11 @@ do not need to look up the inode to determine the inode type. The .I value -is either 0 or 1, with 1 signifiying that filetype information -will be stored in the directory structure. The default value is 0. +is either 0 or 1, with 1 signifying that filetype information +will be stored in the directory structure. The default value is 1. -When CRCs are enabled via -.B \-m crc=1, -the ftype functionality is always enabled. This feature can not be turned -off for such filesystem configurations. +When CRCs are enabled (the default), the ftype functionality is always +enabled, and cannot be turned off. .IP .RE .TP