From b09639d9bee88cbcac4f2e90bb9e68637fef6f2d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 16 Jun 2010 23:04:41 +0200 Subject: [PATCH] quotactl.2: Fix description of dqi_flags Reported-by: Jan Kara Signed-off-by: Michael Kerrisk --- man2/quotactl.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man2/quotactl.2 b/man2/quotactl.2 index 70f266fcc..1023ba397 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -243,7 +243,11 @@ struct dqinfo { /* Defined since kernel 2.4.22 */ /* Bits for dqi_flags */ -#define DQF_INFO_DIRTY (1 << 16) /* Is info dirty? */ +/* Quota format QFMT_VFS_OLD */ + +#define V1_DQF_RSQUASH 1 /* Root squash enabled */ + +/* Other quota formats have no dqi_flags bits defined */ /* Flags in dqi_valid that indicate which fields in dqinfo structure are valid. */