summaryrefslogtreecommitdiff
path: root/source3/include/debug.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-01-15 08:49:30 +0000
committerStefan Metzmacher <metze@samba.org>2004-01-15 08:49:30 +0000
commit9343c89cb4a1b9f47c38d00b12f3e9058d15b18d (patch)
tree461dc0cac32b943f138f057c0d992034db18000c /source3/include/debug.h
parent919c261a490460a2e2189903139c0d4ad36a7aab (diff)
downloadsamba-9343c89cb4a1b9f47c38d00b12f3e9058d15b18d.tar.gz
samba-9343c89cb4a1b9f47c38d00b12f3e9058d15b18d.tar.bz2
samba-9343c89cb4a1b9f47c38d00b12f3e9058d15b18d.zip
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
XFS_GROUP_QUOTA -> GRPQUOTA * Fix disk_free calculation with group quotas. * Add debug class 'quota' and a lot of DEBUG()'s to the quota code. metze (This used to be commit e9e5e2036f13ff847aa3ef52e8be657bef7d5774)
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r--source3/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h
index 70f9f7706d..d47f69db65 100644
--- a/source3/include/debug.h
+++ b/source3/include/debug.h
@@ -89,6 +89,7 @@ extern int DEBUGLEVEL;
#define DBGC_WINBIND 11
#define DBGC_VFS 12
#define DBGC_IDMAP 13
+#define DBGC_QUOTA 14
/* So you can define DBGC_CLASS before including debug.h */
#ifndef DBGC_CLASS