summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2005-03-10 16:20:44 +0000
committerjkar8572 <jkar8572>2005-03-10 16:20:44 +0000
commit0e56cfc7e38ee2304257ff0afb631fee6e953bf7 (patch)
tree90626e1f2381f5e9180635626b4424d11718ff18 /quotacheck.h
parent4a2a9227184822676224b51c300832ed5e8f683a (diff)
downloadlinuxquota-0e56cfc7e38ee2304257ff0afb631fee6e953bf7.tar.gz
Added "very verbose" option to quotacheck(8) for printing the current directory (Jan Kara, Jan Engelhardt)
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 09a5c09..10ac6d1 100644
--- a/quotacheck.h
+++ b/quotacheck.h
@@ -25,6 +25,7 @@
#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? */
+#define FL_VERYVERBOSE 2048 /* Print directory names when checking */
extern int flags; /* Options from command line */
extern struct util_dqinfo old_info[MAXQUOTAS]; /* Loaded info from file */