1
0
Fork 0

ext4: correct documentation for grpid mount option

commit 9f0372488c 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>
pull/10/head
Ernesto A. Fernández 2018-01-11 13:43:33 -05:00 committed by Greg Kroah-Hartman
parent 2e38988253
commit ef7fd28b11
1 changed files with 1 additions and 1 deletions

View 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_err=abort Abort the journal if an error occurs in a file
data buffer in ordered mode. 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 bsdgroups
nogrpid (*) New objects have the group ID of their creator. nogrpid (*) New objects have the group ID of their creator.