From 4e8aec8ca8481cf2102ac3052c4ee1ff37ec2f7c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Jan 2004 08:56:08 +0000 Subject: merge: * 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 33c6ca3b4bc0898893b5d95ea2485b7694b9d198) --- source3/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/debug.h') 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 -- cgit