From 48448ca24e00e530e59d774bfdb3c2a76616330c Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 25 Sep 2001 15:56:59 +0000 Subject: repquota now buffers entries to be printed when resolving is needed (major speedup). Workaround for bug in RH 7.1 kernel (Anders Blomdell) --- quotaio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quotaio.h') 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 { -- cgit v1.2.3