linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: add missing sb_qflags values
@ 2017-06-16 15:40 Darrick J. Wong
  2017-06-20  9:06 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2017-06-16 15:40 UTC (permalink / raw)
  To: xfs

We're missing a few of the sb_qflags values, so add them to the docs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 .../allocation_groups.asciidoc                     |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
index 68f934a..992615d 100644
--- a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
+++ b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
@@ -282,6 +282,10 @@ Quota flags. It can be a combination of the following flags:
 | +XFS_OQUOTA_ENFD+		| Other (group/project) quotas are enforced.
 | +XFS_OQUOTA_CHKD+		| Other (group/project) quotas have been checked.
 | +XFS_GQUOTA_ACCT+		| Group quota accounting is enabled.
+| +XFS_GQUOTA_ENFD+		| Group quotas are enforced.
+| +XFS_GQUOTA_CHKD+		| Group quotas have been checked.
+| +XFS_PQUOTA_ENFD+		| Project quotas are enforced.
+| +XFS_PQUOTA_CHKD+		| Project quotas have been checked.
 |=====
 
 *sb_flags*::

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: add missing sb_qflags values
  2017-06-16 15:40 [PATCH] docs: add missing sb_qflags values Darrick J. Wong
@ 2017-06-20  9:06 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2017-06-20  9:06 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: xfs

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-20  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16 15:40 [PATCH] docs: add missing sb_qflags values Darrick J. Wong
2017-06-20  9:06 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).