diff options
author | Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com> | 2018-01-11 13:43:33 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-22 15:42:26 +0100 |
commit | ef7fd28b1137c4023a5fc9fc0497a92838d81910 (patch) | |
tree | 20294aa77137ecd7f1bdcccef0d3a4eb6760bffa | |
parent | 2e38988253c165a8b81d3ceea55fb68cb2d19e1c (diff) | |
download | linux-exynos-ef7fd28b1137c4023a5fc9fc0497a92838d81910.tar.gz linux-exynos-ef7fd28b1137c4023a5fc9fc0497a92838d81910.tar.bz2 linux-exynos-ef7fd28b1137c4023a5fc9fc0497a92838d81910.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>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 5a8f7f4d2bca..7449893dc039 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. |