summaryrefslogtreecommitdiff
path: root/quotaio.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-09-25 15:56:59 +0000
committerjkar8572 <jkar8572>2001-09-25 15:56:59 +0000
commit48448ca24e00e530e59d774bfdb3c2a76616330c (patch)
treee4d9c17dbb086945bfa1acc59e5d0bba1156f211 /quotaio.h
parentd9b70c744b212ede06d4487e134c9aaca084e037 (diff)
repquota now buffers entries to be printed when resolving is needed (major speedup).
Workaround for bug in RH 7.1 kernel (Anders Blomdell)
Diffstat (limited to 'quotaio.h')
-rw-r--r--quotaio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotaio.h b/quotaio.h
index 79e7ce0..16c6f4a 100644
--- a/quotaio.h
+++ b/quotaio.h
@@ -104,6 +104,7 @@ struct util_dqblk {
};
#define DQ_FOUND 0x01 /* Dquot was found in the edquotas file */
+#define DQ_PRINTED 0x02 /* Dquota has been already printed by repquota */
/* Structure for one loaded quota */
struct dquot {