summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnesto A. Fernández <ernesto.mnd.fernandez@gmail.com>2018-01-11 13:43:33 -0500
committerBen Hutchings <ben@decadent.org.uk>2018-06-16 22:21:50 +0100
commit48b6f1b4e0e82e8fcb73a129045bf2e5853d8336 (patch)
tree5ec1706d9592e135f1d68a1ce5cc01c9334c98e8
parent266b72644deddddaef689f0256659978888cc6f6 (diff)
downloadlinux-stable-48b6f1b4e0e82e8fcb73a129045bf2e5853d8336.tar.gz
linux-stable-48b6f1b4e0e82e8fcb73a129045bf2e5853d8336.tar.bz2
linux-stable-48b6f1b4e0e82e8fcb73a129045bf2e5853d8336.zip
ext4: correct documentation for grpid mount option
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> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--Documentation/filesystems/ext4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 919a3293aaa4..04f7e4ad070b 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.