diff options
author | Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com> | 2018-01-11 13:43:33 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-01-11 13:43:33 -0500 |
commit | 9f0372488cc9243018a812e8cfbf27de650b187b (patch) | |
tree | 15baaa11bbfb1d5d5b2808ff33d17d60bea598a7 /Documentation/filesystems | |
parent | 49598e04b5a1c3679cbee0dda8c2a0461e9bb320 (diff) | |
download | linux-rpi3-9f0372488cc9243018a812e8cfbf27de650b187b.tar.gz linux-rpi3-9f0372488cc9243018a812e8cfbf27de650b187b.tar.bz2 linux-rpi3-9f0372488cc9243018a812e8cfbf27de650b187b.zip |
ext4: correct documentation for grpid mount option
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
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 75236c0c2ac2..d081ce0482cc 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. |