1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

* 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 commit is contained in:
Stefan Metzmacher
-
parent 5134c6bcbc
commit e9e5e2036f
9 changed files with 199 additions and 42 deletions

View File

@ -155,6 +155,7 @@ static const char *default_classname_table[] = {
"winbind", /* DBGC_WINBIND */
"vfs", /* DBGC_VFS */
"idmap", /* DBGC_IDMAP */
"quota", /* DBGC_QUOTA */
NULL
};