add patch create-ext4_feat-kobject-dynamically
[ext4-patch-queue.git] / correct-documentation-for-grpid-mount-option
blob241b4f296bdfb3d8e4ed23647196c945e0ed708d
1 ext4: correct documentation for grpid mount option
3 From: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
5 The grpid option is currently described as being the same as nogrpid.
7 Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
8 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
9 ---
10  Documentation/filesystems/ext4.txt | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
13 diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
14 index 75236c0..d081ce0 100644
15 --- a/Documentation/filesystems/ext4.txt
16 +++ b/Documentation/filesystems/ext4.txt
17 @@ -233,7 +233,7 @@ data_err=ignore(*)  Just print an error message if an error occurs
18  data_err=abort         Abort the journal if an error occurs in a file
19                         data buffer in ordered mode.
21 -grpid                  Give objects the same group ID as their creator.
22 +grpid                  New objects have the group ID of their parent.
23  bsdgroups
25  nogrpid                (*)     New objects have the group ID of their creator.
26 -- 
27 2.1.4