]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ext4: correct documentation for grpid mount option
authorErnesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
Thu, 11 Jan 2018 18:43:33 +0000 (13:43 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Fri, 23 Feb 2018 14:27:20 +0000 (08:27 -0600)
BugLink: http://bugs.launchpad.net/bugs/1751131
commit 9f0372488cc9243018a812e8cfbf27de650b187b upstream.

The grpid option is currently described as being the same as nogrpid.

Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Documentation/filesystems/ext4.txt

index 75236c0c2ac231151b98e8ee2e1cbfd2b2ae6451..d081ce0482cc9bb1e3d398c2be6324cd02eba9ba 100644 (file)
@@ -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.