diff mbox series

ext4: correct documentation for grpid mount option

Message ID 20171203035647.GA6841@debian.home
State Accepted, archived
Headers show
Series ext4: correct documentation for grpid mount option | expand

Commit Message

Ernesto A. Fernández Dec. 3, 2017, 3:56 a.m. UTC
The grpid option is currently described as being the same as nogrpid.

Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
---
 Documentation/filesystems/ext4.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Theodore Ts'o Jan. 11, 2018, 6:51 p.m. UTC | #1
On Sun, Dec 03, 2017 at 12:56:50AM -0300, Ernesto A. Fernández wrote:
> The grpid option is currently described as being the same as nogrpid.
> 
> Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>

Thanks, applied.

						- Ted
diff mbox series

Patch

diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index 75236c0..d081ce0 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.