From patchwork Sun Dec 3 03:56:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ernesto_A=2E_Fern=C3=A1ndez?= X-Patchwork-Id: 843958 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="avK0dIh6"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yqDj71hXQz9s71 for ; Sun, 3 Dec 2017 14:56:58 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751856AbdLCD44 (ORCPT ); Sat, 2 Dec 2017 22:56:56 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:40556 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751851AbdLCD4z (ORCPT ); Sat, 2 Dec 2017 22:56:55 -0500 Received: by mail-qk0-f196.google.com with SMTP id b123so17760079qkg.7 for ; Sat, 02 Dec 2017 19:56:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :content-transfer-encoding; bh=kQTzbvuHA/fFvOsnSCwNRHGh0ajUKTpNBMmX+muIBIc=; b=avK0dIh6B8HkuIS1drxdUnAXdt11fUVBxa35dfD6/L5fYMOudb4uS7ROJ5NyRXNNfm +48mlZt4GTTfVaz9VD8B72SxcbxbwYfAcJyIkr5xa93TALghiZZk2RCEmOkSbeIxCmE3 YMsVTLzNJr3u1P1wk5FCrMXKmGPdj2k1hP3qQfYyAXjie8zi/WyarRNCDUd3pC65TcAi 443MrxhMFqywXA+zlYBltuHutCT3lYlcCLCiDlfn8NM04+nx2trb0hmCBbVowYQlBHTX rB8UmIDYNr7CNJiDhC8zJ5cB/T53WuqUxQaswAhBnyvD6y6g+HTpm9qgBIGS+BCylQDm vM2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:content-transfer-encoding; bh=kQTzbvuHA/fFvOsnSCwNRHGh0ajUKTpNBMmX+muIBIc=; b=caBz98OJNy7qv/G0+6jBrODc4xo5N1PS8R+EDdqHOYdqxK51GNjf8XSCAAVXmH+fu9 JHJoYhwvUvU16yM/saUdCnch/S0rGTrMFf84WH6iNYhZ2yTNPjkAw9eYPleTSYjEZB3d eb1imo5ALwGZr0SMQe/T12455Gu5bMBSh7L+AhCwEF+j4SFizlmAb7Qiy5S9FiDABJq8 tn4fappSLbq4olk3b3/A/SuubNlhtmJbmpI61PyBs5gmqaXgQpkyblN9odSFsvKEtVlK Y3eU9BLKxcFFPQFbnEKzwsWR8Q7HghBZX8f9P87HShjG44fkjUQ//Wb8SoC5jz3oyx7l yvYA== X-Gm-Message-State: AKGB3mLHq7LowBXTTT5pEAuqIF+uRi88rY5Q+cGGWKx+t6p06ULTV1jE 4oUvRKGMJaSTZQlc2HDAC+GakA== X-Google-Smtp-Source: AGs4zMbC7StIH3kxkCILgGjb+2GantuUz1UK57v/9XNyKmiPw3BQDnwncz1uz7YQZAqGt2OhtJe7ww== X-Received: by 10.55.185.132 with SMTP id j126mr14679294qkf.275.1512273414554; Sat, 02 Dec 2017 19:56:54 -0800 (PST) Received: from debian.home ([181.47.179.0]) by smtp.gmail.com with ESMTPSA id r21sm7660695qkh.89.2017.12.02.19.56.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Dec 2017 19:56:54 -0800 (PST) Date: Sun, 3 Dec 2017 00:56:50 -0300 From: Ernesto =?utf-8?q?A=2E_Fern=C3=A1ndez?= To: linux-ext4@vger.kernel.org Cc: Theodore Ts'o , Andreas Dilger , Ernesto =?utf-8?q?A=2E_Fern=C3=A1ndez?= Subject: [PATCH] ext4: correct documentation for grpid mount option Message-ID: <20171203035647.GA6841@debian.home> MIME-Version: 1.0 Content-Disposition: inline Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The grpid option is currently described as being the same as nogrpid. Signed-off-by: Ernesto A. Fernández --- Documentation/filesystems/ext4.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 75236c0..d081ce0 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt @@ -233,7 +233,7 @@ data_err=ignore(*) Just print an error message if an error occurs data_err=abort Abort the journal if an error occurs in a file data buffer in ordered mode. -grpid Give objects the same group ID as their creator. +grpid New objects have the group ID of their parent. bsdgroups nogrpid (*) New objects have the group ID of their creator.