summaryrefslogtreecommitdiff
path: root/quotaio.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-11-21 18:37:57 +0000
committerjkar8572 <jkar8572>2002-11-21 18:37:57 +0000
commitad868a7b3e1c2cdaeddcf93b8ccf55434b0d1c21 (patch)
treee4df55fd3aa0496bee0fa3f9f1265eeae38cac2c /quotaio.h
parent9bdd6236879ea379758f82ad5cec7033f0a751ac (diff)
downloadlinuxquota-ad868a7b3e1c2cdaeddcf93b8ccf55434b0d1c21.tar.gz
Updated edquota(8) and setquota(8) to allow setting of individual grace time (Jan Kara)
Diffstat (limited to 'quotaio.h')
-rw-r--r--quotaio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quotaio.h b/quotaio.h
index 74150b9..24ad2f7 100644
--- a/quotaio.h
+++ b/quotaio.h
@@ -132,7 +132,8 @@ struct dquot {
/* Flags for commit function (have effect only when quota in kernel is turned on) */
#define COMMIT_USAGE QIF_USAGE
#define COMMIT_LIMITS QIF_LIMITS
-#define COMMIT_ALL (COMMIT_USAGE | COMMIT_LIMITS)
+#define COMMIT_TIMES QIF_TIMES
+#define COMMIT_ALL (COMMIT_USAGE | COMMIT_LIMITS | COMMIT_TIMES)
/* Structure of quotafile operations */
struct quotafile_ops {