On Tue, Jan 17, 2023 at 04:44:49 PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Fix a few out of date statements about the group quota inode field on v5 > filesystems. > Looks good to me. Reviewed-by: Chandan Babu R <chandan.babu@xxxxxxxxxx> -- chandan > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > .../allocation_groups.asciidoc | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > > diff --git a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc > index 0e48b4bf..7ee5d561 100644 > --- a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc > +++ b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc > @@ -262,11 +262,12 @@ maintained in the first superblock. > *sb_uquotino*:: > Inode for user quotas. This and the following two quota fields only apply if > +XFS_SB_VERSION_QUOTABIT+ flag is set in +sb_versionnum+. Refer to > -xref:Quota_Inodes[quota inodes] for more information > +xref:Quota_Inodes[quota inodes] for more information. > > *sb_gquotino*:: > -Inode for group or project quotas. Group and Project quotas cannot be used at > -the same time. > +Inode for group or project quotas. Group and project quotas cannot be used at > +the same time on v4 filesystems. On a v5 filesystem, this inode always stores > +group quota information. > > *sb_qflags*:: > Quota flags. It can be a combination of the following flags: