From patchwork Sat Aug 3 21:44:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans van Kranenburg X-Patchwork-Id: 11074631 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A1E4C1398 for ; Sat, 3 Aug 2019 21:44:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8721F2883F for ; Sat, 3 Aug 2019 21:44:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 75E9A28892; Sat, 3 Aug 2019 21:44:51 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A51EF2883F for ; Sat, 3 Aug 2019 21:44:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728341AbfHCVoF (ORCPT ); Sat, 3 Aug 2019 17:44:05 -0400 Received: from smtp.dpl.mendix.net ([83.96.177.10]:50072 "EHLO smtp.dpl.mendix.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728033AbfHCVoF (ORCPT ); Sat, 3 Aug 2019 17:44:05 -0400 X-Greylist: delayed 448 seconds by postgrey-1.27 at vger.kernel.org; Sat, 03 Aug 2019 17:44:04 EDT Received: from mekker.bofh.dpl.mendix.net (mekker.bofh.dpl.mendix.net [IPv6:2001:828:13c8:10b::21]) by smtp.dpl.mendix.net (Postfix) with ESMTP id CBF4D202A9; Sat, 3 Aug 2019 23:44:03 +0200 (CEST) From: Hans van Kranenburg To: linux-btrfs@vger.kernel.org Cc: Hans van Kranenburg Subject: [PATCH] btrfs-progs: docs: fix label property description Date: Sat, 3 Aug 2019 23:44:03 +0200 Message-Id: <20190803214403.1040-1-hans@knorrie.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Hans van Kranenburg Recently, commit c9da5695b2 improved the description for the label property, to clarify it's a filesystem property, and not a device property. Follow this change in the man page for btrfs-property. Also add a little hint about what to specify as object. Signed-off-by: Hans van Kranenburg Reviewed-by: Anand Jain --- Documentation/btrfs-property.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/btrfs-property.asciidoc b/Documentation/btrfs-property.asciidoc index b562717b..47960833 100644 --- a/Documentation/btrfs-property.asciidoc +++ b/Documentation/btrfs-property.asciidoc @@ -43,7 +43,8 @@ the following: ro:::: read-only flag of subvolume: true or false label:::: -label of device +label of the filesystem. For an unmounted filesystem, provide a path to a block +device as object. For a mounted filesystem, specify a mount point. compression:::: compression algorithm set for an inode, possible values: 'lzo', 'zlib', 'zstd'. To disable compression use "" (empty string), 'no' or 'none'.