summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-09-04 16:21:58 +0000
committerjkar8572 <jkar8572>2001-09-04 16:21:58 +0000
commitc0144017620cbee64a818ede2ea7d23d04aaff56 (patch)
treeaf0a2b7a4da253dca12865dd74f114a3b21ba885 /quotacheck.h
parent5cf36f5e002247effba3cf51a77e1d3f23c35a7b (diff)
downloadlinuxquota-c0144017620cbee64a818ede2ea7d23d04aaff56.tar.gz
quotacheck(8) now creates backup quotafiles only when -b specified (Preston Brown)
Fixed bug in parsing of passed mountpoints (reported by Preston Brown) More verbose output of quotaon (Preston Brown) quotacheck(8) now automatically chooses vfsv0 quota format when no quota files are found and special filenames are not specified.
Diffstat (limited to 'quotacheck.h')
-rw-r--r--quotacheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotacheck.h b/quotacheck.h
index fd09aad..09a5c09 100644
--- a/quotacheck.h
+++ b/quotacheck.h
@@ -24,6 +24,7 @@
#define FL_NOREMOUNT 128 /* Don't try to remount filesystem RO */
#define FL_ALL 256 /* Scan all mountpoints with quota? */
#define FL_NOROOT 512 /* Scan all mountpoints except root */
+#define FL_BACKUPS 1024 /* Create backup of old quota file? */
extern int flags; /* Options from command line */
extern struct util_dqinfo old_info[MAXQUOTAS]; /* Loaded info from file */