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:
@ -155,6 +155,7 @@ static const char *default_classname_table[] = {
|
||||
"winbind", /* DBGC_WINBIND */
|
||||
"vfs", /* DBGC_VFS */
|
||||
"idmap", /* DBGC_IDMAP */
|
||||
"quota", /* DBGC_QUOTA */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user