From patchwork Tue Oct 27 17:24:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 11861141 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CF793697 for ; Tue, 27 Oct 2020 17:24:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B500621D24 for ; Tue, 27 Oct 2020 17:24:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2900789AbgJ0RYf (ORCPT ); Tue, 27 Oct 2020 13:24:35 -0400 Received: from sandeen.net ([63.231.237.45]:49178 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1818874AbgJ0RYd (ORCPT ); Tue, 27 Oct 2020 13:24:33 -0400 Received: from liberator.sandeen.net (liberator.sandeen.net [10.0.0.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTPSA id 64860328A03; Tue, 27 Oct 2020 12:24:18 -0500 (CDT) To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org References: <160375511371.879169.3659553317719857738.stgit@magnolia> <160375511989.879169.8816363379781873320.stgit@magnolia> From: Eric Sandeen Subject: [PATCH 1.5/5] mkfs: clarify valid "inherit" option values Message-ID: Date: Tue, 27 Oct 2020 12:24:29 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <160375511989.879169.8816363379781873320.stgit@magnolia> Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Clarify which values are valid for the various *inherit= mkfs options. Signed-off-by: Eric Sandeen Reviewed-by: Darrick J. Wong diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 0a785874..a2be066b 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -377,21 +377,21 @@ This option disables automatic geometry detection and creates the filesystem without stripe geometry alignment even if the underlying storage device provides this information. .TP -.BI rtinherit= value -If set, all inodes created by +.BI rtinherit= [0|1] +If set to 1, all inodes created by .B mkfs.xfs will be created with the realtime flag set. Directories will pass on this flag to newly created regular files and directories. .TP -.BI projinherit= value +.BI projinherit= projid All inodes created by .B mkfs.xfs will be assigned this project quota id. Directories will pass on the project id to newly created regular files and directories. .TP -.BI extszinherit= value +.BI extszinherit= extentsize All inodes created by .B mkfs.xfs will have this extent size hint applied. @@ -399,8 +399,8 @@ The value must be provided in units of filesystem blocks. Directories will pass on this hint to newly created regular files and directories. .TP -.BI daxinherit= value -If set, all inodes created by +.BI daxinherit= [0|1] +If set to 1, all inodes created by .B mkfs.xfs will be created with the DAX flag set. Directories will pass on this flag to newly created regular files and